#C66471

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

Shades of Cabaret #C66471

Tints of Cabaret #C66471

Color information

#C66471 (or 0xC66471) is unknown color: approx Cabaret. HEX triplet: C6, 64 and 71. RGB value is (198,100,113). Sum of RGB (Red+Green+Blue) = 198+100+113=411 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.18% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 113 (44.53% from 255 or 27.49% from 411); Max value from RGB is 198 - color contains mainly: red. Hex color #C66471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66471 is #399B8E. Grayscale: #828282. Windows color (decimal): -3775375 or 7431366. OLE color: 7431366.

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

Color convert

RGB198100113-
CMYK00.490.430.22
HSL352.04º46.23%58.43%-
HSV(B)352.04º49.49%77.65%-
XYZ30.8322.3118.3-
YUV130.78117.97175.94-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.18%
GREEN value IS 100 (39.45% from 255) = 24.33%
BLUE value IS 113 (44.53% from 255) = 27.49%
R=48.18%
G=24.33%
B=27.49%

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
Decimal19810011300.490.430.22352.0446.2358.43
HexC664710312B161602e3a
Octal30614416106153265405672
Binary1100011011001001110001011000110101110110101100000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66471; }

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

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

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

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

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

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

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

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