#C06071

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

Shades of Cabaret #C06071

Tints of Cabaret #C06071

Color information

#C06071 (or 0xC06071) is unknown color: approx Cabaret. HEX triplet: C0, 60 and 71. RGB value is (192,96,113). Sum of RGB (Red+Green+Blue) = 192+96+113=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C06071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06071 is #3F9F8E. Grayscale: #7E7E7E. Windows color (decimal): -4169615 or 7430336. OLE color: 7430336.

HSL color Cylindrical-coordinate representation of color #C06071: hue angle of 349.38º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C06071 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB19296113-
CMYK00.500.410.25
HSL349.38º43.24%56.47%-
HSV(B)349.38º50%75.29%-
XYZ28.920.7618.11-
YUV126.64120.3174.62-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.88%
GREEN value IS 96 (37.89% from 255) = 23.94%
BLUE value IS 113 (44.53% from 255) = 28.18%
R=47.88%
G=23.94%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929611300.500.410.25349.3843.2456.47
HexC06071032291915d2b38
Octal30014016106251315355370
Binary1100000011000001110001011001010100111001101011101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06071; }

 p { color: rgb(192,96,113); }

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

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

 a { background-color: rgb(192,96,113); }

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

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

 span { border-color: rgb(192,96,113); }

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