#C06570

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

Shades of Cabaret #C06570

Tints of Cabaret #C06570

Color information

#C06570 (or 0xC06570) is unknown color: approx Cabaret. HEX triplet: C0, 65 and 70. RGB value is (192,101,112). Sum of RGB (Red+Green+Blue) = 192+101+112=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C06570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06570 is #3F9A8F. Grayscale: #818181. Windows color (decimal): -4168336 or 7366080. OLE color: 7366080.

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

Color convert

RGB192101112-
CMYK00.470.420.25
HSL352.75º41.94%57.45%-
HSV(B)352.75º47.4%75.29%-
XYZ29.3221.6817.97-
YUV129.46118.15172.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.41%
GREEN value IS 101 (39.84% from 255) = 24.94%
BLUE value IS 112 (44.14% from 255) = 27.65%
R=47.41%
G=24.94%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210111200.470.420.25352.7541.9457.45
HexC0657002F2A191612a39
Octal30014516005752315415271
Binary1100000011001011110000010111110101011001101100001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06570; }

 p { color: rgb(192,101,112); }

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

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

 a { background-color: rgb(192,101,112); }

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

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

 span { border-color: rgb(192,101,112); }

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