#C85478

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

Shades of Cabaret #C85478

Tints of Cabaret #C85478

Color information

#C85478 (or 0xC85478) is unknown color: approx Cabaret. HEX triplet: C8, 54 and 78. RGB value is (200,84,120). Sum of RGB (Red+Green+Blue) = 200+84+120=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 84 (33.20% from 255 or 20.79% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C85478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85478 is #37AB87. Grayscale: #7A7A7A. Windows color (decimal): -3648392 or 7886024. OLE color: 7886024.

HSL color Cylindrical-coordinate representation of color #C85478: hue angle of 341.38º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C85478 is Cyan = 0, Magento = 0.58, Yellow = 0.4 and Black (K on CMYK) = 0.22.

Color convert

RGB20084120-
CMYK00.580.40.22
HSL341.38º51.33%55.69%-
HSV(B)341.38º58%78.43%-
XYZ30.3819.9820.02-
YUV122.79126.43183.07-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.50%
GREEN value IS 84 (33.20% from 255) = 20.79%
BLUE value IS 120 (47.27% from 255) = 29.70%
R=49.50%
G=20.79%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.4
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008412000.580.40.22341.3851.3355.69
HexC8547803A28161553338
Octal31012417007250265256370
Binary1100100010101001111000011101010100010110101010101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85478; }

 p { color: rgb(200,84,120); }

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

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

 a { background-color: rgb(200,84,120); }

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

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

 span { border-color: rgb(200,84,120); }

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