#c0536c

Color #C0536C Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blush #C0536C

Tints of Blush #C0536C

Color information

#C0536C (or 0xC0536C) is unknown color: approx Blush. HEX triplet: C0, 53 and 6C. RGB value is (192,83,108). Sum of RGB (Red+Green+Blue) = 192+83+108=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C0536C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0536C is #3FAC93. Grayscale: #767676. Windows color (decimal): -4172948 or 7099328. OLE color: 7099328.

HSL color Cylindrical-coordinate representation of color #C0536C: hue angle of 346.24º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C0536C is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB19283108-
CMYK00.570.440.25
HSL346.24º46.38%53.92%-
HSV(B)346.24º56.77%75.29%-
XYZ27.5418.4816.3-
YUV118.44122.11180.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 50.13%
GREEN value IS 83 (32.81% from 255) = 21.67%
BLUE value IS 108 (42.58% from 255) = 28.20%
R=50.13%
G=21.67%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928310800.570.440.25346.2446.3853.92
HexC0536C0392C1915a2e36
Octal30012315407154315325666
Binary1100000010100111101100011100110110011001101011010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0536c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0536c; }

 p { color: rgb(192,83,108); }

 H1.HeaderClassName
 {
   color: #c0536c;
 }
 .AnyTagClassName
 {
   color: #c0536c;
 }
</style>
background-color css

<style>
 a { background-color: #c0536c; }

 a { background-color: rgb(192,83,108); }

 div.DivClassName
 {
   background-color: #c0536c;
 }
 .BgClassName
 {
   background-color: #c0536c;
 }
</style>
border-color css

<style>
 span { border-color: #c0536c; }

 span { border-color: rgb(192,83,108); }

 td.TdClassName
 {
   border-color: #c0536c;
 }
 .TagClassName
 {
   border-color: #c0536c;
 }
</style>