#C55269

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

Shades of Cabaret #C55269

Tints of Cabaret #C55269

Color information

#C55269 (or 0xC55269) is unknown color: approx Cabaret. HEX triplet: C5, 52 and 69. RGB value is (197,82,105). Sum of RGB (Red+Green+Blue) = 197+82+105=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 105 (41.41% from 255 or 27.34% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C55269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55269 is #3AAD96. Grayscale: #777777. Windows color (decimal): -3845527 or 6902469. OLE color: 6902469.

HSL color Cylindrical-coordinate representation of color #C55269: hue angle of 348º 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 #C55269 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB19782105-
CMYK00.580.470.23
HSL348º49.78%54.71%-
HSV(B)348º58.38%77.25%-
XYZ28.5918.9215.51-
YUV119.01120.1183.63-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.30%
GREEN value IS 82 (32.42% from 255) = 21.35%
BLUE value IS 105 (41.41% from 255) = 27.34%
R=51.30%
G=21.35%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978210500.580.470.2334849.7854.71
HexC5526903A2F1715c3237
Octal30512215107257275346267
Binary1100010110100101101001011101010111110111101011100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55269; }

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

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

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

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

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

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

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

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