#C66475

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

Shades of Cabaret #C66475

Tints of Cabaret #C66475

Color information

#C66475 (or 0xC66475) is unknown color: approx Cabaret. HEX triplet: C6, 64 and 75. RGB value is (198,100,117). Sum of RGB (Red+Green+Blue) = 198+100+117=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 100 (39.45% from 255 or 24.10% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C66475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66475 is #399B8A. Grayscale: #838383. Windows color (decimal): -3775371 or 7693510. OLE color: 7693510.

HSL color Cylindrical-coordinate representation of color #C66475: hue angle of 349.59º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C66475 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB198100117-
CMYK00.490.410.22
HSL349.59º46.23%58.43%-
HSV(B)349.59º49.49%77.65%-
XYZ31.0622.419.52-
YUV131.24119.97175.62-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.71%
GREEN value IS 100 (39.45% from 255) = 24.10%
BLUE value IS 117 (46.09% from 255) = 28.19%
R=47.71%
G=24.10%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810011700.490.410.22349.5946.2358.43
HexC66475031291615e2e3a
Octal30614416506151265365672
Binary1100011011001001110101011000110100110110101011110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66475; }

 p { color: rgb(198,100,117); }

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

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

 a { background-color: rgb(198,100,117); }

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

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

 span { border-color: rgb(198,100,117); }

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