#C55C6C

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

Shades of Cabaret #C55C6C

Tints of Cabaret #C55C6C

Color information

#C55C6C (or 0xC55C6C) is unknown color: approx Cabaret. HEX triplet: C5, 5C and 6C. RGB value is (197,92,108). Sum of RGB (Red+Green+Blue) = 197+92+108=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C55C6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55C6C is #3AA393. Grayscale: #7D7D7D. Windows color (decimal): -3842964 or 7101637. OLE color: 7101637.

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

Color convert

RGB19792108-
CMYK00.530.450.23
HSL350.86º47.51%56.67%-
HSV(B)350.86º53.3%77.25%-
XYZ29.5620.6116.61-
YUV125.22118.29179.2-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.62%
GREEN value IS 92 (36.33% from 255) = 23.17%
BLUE value IS 108 (42.58% from 255) = 27.20%
R=49.62%
G=23.17%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979210800.530.450.23350.8647.5156.67
HexC55C6C0352D1715f3039
Octal30513415406555275376071
Binary1100010110111001101100011010110110110111101011111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55C6C; }

 p { color: rgb(197,92,108); }

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

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

 a { background-color: rgb(197,92,108); }

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

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

 span { border-color: rgb(197,92,108); }

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