#C0656C

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

Shades of Cabaret #C0656C

Tints of Cabaret #C0656C

Color information

#C0656C (or 0xC0656C) is unknown color: approx Cabaret. HEX triplet: C0, 65 and 6C. RGB value is (192,101,108). Sum of RGB (Red+Green+Blue) = 192+101+108=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C0656C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0656C is #3F9A93. Grayscale: #818181. Windows color (decimal): -4168340 or 7103936. OLE color: 7103936.

HSL color Cylindrical-coordinate representation of color #C0656C: hue angle of 355.38º 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 #C0656C is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB192101108-
CMYK00.470.440.25
HSL355.38º41.94%57.45%-
HSV(B)355.38º47.4%75.29%-
XYZ29.121.616.82-
YUV129.01116.15172.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.88%
GREEN value IS 101 (39.84% from 255) = 25.19%
BLUE value IS 108 (42.58% from 255) = 26.93%
R=47.88%
G=25.19%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210110800.470.440.25355.3841.9457.45
HexC0656C02F2C191632a39
Octal30014515405754315435271
Binary1100000011001011101100010111110110011001101100011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0656C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0656C; }

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

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

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

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

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

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

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

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