#C55069

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

Shades of Cabaret #C55069

Tints of Cabaret #C55069

Color information

#C55069 (or 0xC55069) is unknown color: approx Cabaret. HEX triplet: C5, 50 and 69. RGB value is (197,80,105). Sum of RGB (Red+Green+Blue) = 197+80+105=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 105 (41.41% from 255 or 27.49% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C55069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55069 is #3AAF96. Grayscale: #757575. Windows color (decimal): -3846039 or 6901957. OLE color: 6901957.

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

Color convert

RGB19780105-
CMYK00.590.470.23
HSL347.18º50.21%54.31%-
HSV(B)347.18º59.39%77.25%-
XYZ28.4418.6315.46-
YUV117.83120.76184.47-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.57%
GREEN value IS 80 (31.64% from 255) = 20.94%
BLUE value IS 105 (41.41% from 255) = 27.49%
R=51.57%
G=20.94%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978010500.590.470.23347.1850.2154.31
HexC5506903B2F1715b3236
Octal30512015107357275336266
Binary1100010110100001101001011101110111110111101011011110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55069; }

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

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

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

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

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

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

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

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