#C55674

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

Shades of Cabaret #C55674

Tints of Cabaret #C55674

Color information

#C55674 (or 0xC55674) is unknown color: approx Cabaret. HEX triplet: C5, 56 and 74. RGB value is (197,86,116). Sum of RGB (Red+Green+Blue) = 197+86+116=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 86 (33.98% from 255 or 21.55% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C55674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55674 is #3AA98B. Grayscale: #7A7A7A. Windows color (decimal): -3844492 or 7624389. OLE color: 7624389.

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

Color convert

RGB19786116-
CMYK00.560.410.23
HSL343.78º48.9%55.49%-
HSV(B)343.78º56.35%77.25%-
XYZ29.5119.7918.79-
YUV122.61124.27181.06-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.37%
GREEN value IS 86 (33.98% from 255) = 21.55%
BLUE value IS 116 (45.70% from 255) = 29.07%
R=49.37%
G=21.55%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978611600.560.410.23343.7848.955.49
HexC5567403829171583137
Octal30512616407051275306167
Binary1100010110101101110100011100010100110111101011000110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55674; }

 p { color: rgb(197,86,116); }

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

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

 a { background-color: rgb(197,86,116); }

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

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

 span { border-color: rgb(197,86,116); }

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