#C66571

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

Shades of Cabaret #C66571

Tints of Cabaret #C66571

Color information

#C66571 (or 0xC66571) is unknown color: approx Cabaret. HEX triplet: C6, 65 and 71. RGB value is (198,101,113). Sum of RGB (Red+Green+Blue) = 198+101+113=412 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.06% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 198 - color contains mainly: red. Hex color #C66571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66571 is #399A8E. Grayscale: #838383. Windows color (decimal): -3775119 or 7431622. OLE color: 7431622.

HSL color Cylindrical-coordinate representation of color #C66571: hue angle of 352.58º 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 #C66571 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB198101113-
CMYK00.490.430.22
HSL352.58º45.97%58.63%-
HSV(B)352.58º48.99%77.65%-
XYZ30.9222.5118.34-
YUV131.37117.64175.52-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.06%
GREEN value IS 101 (39.84% from 255) = 24.51%
BLUE value IS 113 (44.53% from 255) = 27.43%
R=48.06%
G=24.51%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810111300.490.430.22352.5845.9758.63
HexC665710312B161612e3b
Octal30614516106153265415673
Binary1100011011001011110001011000110101110110101100001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66571; }

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

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

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

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

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

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

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

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