#CC5378

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

Shades of Cabaret #CC5378

Tints of Cabaret #CC5378

Color information

#CC5378 (or 0xCC5378) is unknown color: approx Cabaret. HEX triplet: CC, 53 and 78. RGB value is (204,83,120). Sum of RGB (Red+Green+Blue) = 204+83+120=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 83 (32.81% from 255 or 20.39% from 407); Blue value is 120 (47.27% from 255 or 29.48% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5378 is #33AC87. Grayscale: #7B7B7B. Windows color (decimal): -3386504 or 7885772. OLE color: 7885772.

HSL color Cylindrical-coordinate representation of color #CC5378: hue angle of 341.65º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC5378 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB20483120-
CMYK00.590.410.2
HSL341.65º54.26%56.27%-
HSV(B)341.65º59.31%80%-
XYZ31.3920.3820.05-
YUV123.4126.09185.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.12%
GREEN value IS 83 (32.81% from 255) = 20.39%
BLUE value IS 120 (47.27% from 255) = 29.48%
R=50.12%
G=20.39%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048312000.590.410.2341.6554.2656.27
HexCC537803B29141563638
Octal31412317007351245266670
Binary1100110010100111111000011101110100110100101010110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5378; }

 p { color: rgb(204,83,120); }

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

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

 a { background-color: rgb(204,83,120); }

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

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

 span { border-color: rgb(204,83,120); }

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