#C55266

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

Shades of Cabaret #C55266

Tints of Cabaret #C55266

Color information

#C55266 (or 0xC55266) is unknown color: approx Cabaret. HEX triplet: C5, 52 and 66. RGB value is (197,82,102). Sum of RGB (Red+Green+Blue) = 197+82+102=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 102 (40.23% from 255 or 26.77% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C55266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55266 is #3AAD99. Grayscale: #767676. Windows color (decimal): -3845530 or 6705861. OLE color: 6705861.

HSL color Cylindrical-coordinate representation of color #C55266: hue angle of 349.57º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C55266 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB19782102-
CMYK00.580.480.23
HSL349.57º49.78%54.71%-
HSV(B)349.57º58.38%77.25%-
XYZ28.4418.8614.71-
YUV118.66118.6183.87-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.71%
GREEN value IS 82 (32.42% from 255) = 21.52%
BLUE value IS 102 (40.23% from 255) = 26.77%
R=51.71%
G=21.52%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978210200.580.480.23349.5749.7854.71
HexC5526603A301715e3237
Octal30512214607260275366267
Binary1100010110100101100110011101011000010111101011110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55266; }

 p { color: rgb(197,82,102); }

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

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

 a { background-color: rgb(197,82,102); }

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

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

 span { border-color: rgb(197,82,102); }

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