#C66575

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

Shades of Cabaret #C66575

Tints of Cabaret #C66575

Color information

#C66575 (or 0xC66575) is unknown color: approx Cabaret. HEX triplet: C6, 65 and 75. RGB value is (198,101,117). Sum of RGB (Red+Green+Blue) = 198+101+117=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C66575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66575 is #399A8A. Grayscale: #838383. Windows color (decimal): -3775115 or 7693766. OLE color: 7693766.

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

Color convert

RGB198101117-
CMYK00.490.410.22
HSL350.1º45.97%58.63%-
HSV(B)350.1º48.99%77.65%-
XYZ31.1522.619.55-
YUV131.83119.64175.2-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.60%
GREEN value IS 101 (39.84% from 255) = 24.28%
BLUE value IS 117 (46.09% from 255) = 28.12%
R=47.60%
G=24.28%
B=28.12%

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
Decimal19810111700.490.410.22350.145.9758.63
HexC66575031291615e2e3b
Octal30614516506151265365673
Binary1100011011001011110101011000110100110110101011110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66575; }

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

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

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

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

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

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

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

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