#C64A66

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

Shades of Cabaret #C64A66

Tints of Cabaret #C64A66

Color information

#C64A66 (or 0xC64A66) is unknown color: approx Cabaret. HEX triplet: C6, 4A and 66. RGB value is (198,74,102). Sum of RGB (Red+Green+Blue) = 198+74+102=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 74 (29.30% from 255 or 19.79% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64A66 is #39B599. Grayscale: #727272. Windows color (decimal): -3782042 or 6703814. OLE color: 6703814.

HSL color Cylindrical-coordinate representation of color #C64A66: hue angle of 346.45º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C64A66 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB19874102-
CMYK00.630.480.22
HSL346.45º52.1%53.33%-
HSV(B)346.45º62.63%77.65%-
XYZ28.1417.8614.54-
YUV114.27121.08187.72-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.94%
GREEN value IS 74 (29.30% from 255) = 19.79%
BLUE value IS 102 (40.23% from 255) = 27.27%
R=52.94%
G=19.79%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987410200.630.480.22346.4552.153.33
HexC64A6603F301615a3435
Octal30611214607760265326465
Binary1100011010010101100110011111111000010110101011010110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64A66; }

 p { color: rgb(198,74,102); }

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

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

 a { background-color: rgb(198,74,102); }

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

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

 span { border-color: rgb(198,74,102); }

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