#C55068

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

Shades of Cabaret #C55068

Tints of Cabaret #C55068

Color information

#C55068 (or 0xC55068) is unknown color: approx Cabaret. HEX triplet: C5, 50 and 68. RGB value is (197,80,104). Sum of RGB (Red+Green+Blue) = 197+80+104=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C55068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55068 is #3AAF97. Grayscale: #757575. Windows color (decimal): -3846040 or 6836421. OLE color: 6836421.

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

Color convert

RGB19780104-
CMYK00.590.470.23
HSL347.69º50.21%54.31%-
HSV(B)347.69º59.39%77.25%-
XYZ28.3918.6115.19-
YUV117.72120.26184.55-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.71%
GREEN value IS 80 (31.64% from 255) = 21.00%
BLUE value IS 104 (41.02% from 255) = 27.30%
R=51.71%
G=21.00%
B=27.30%

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
Decimal1978010400.590.470.23347.6950.2154.31
HexC5506803B2F1715c3236
Octal30512015007357275346266
Binary1100010110100001101000011101110111110111101011100110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55068; }

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

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

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

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

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

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

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

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