#CC5177

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

Shades of Cabaret #CC5177

Tints of Cabaret #CC5177

Color information

#CC5177 (or 0xCC5177) is unknown color: approx Cabaret. HEX triplet: CC, 51 and 77. RGB value is (204,81,119). Sum of RGB (Red+Green+Blue) = 204+81+119=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 81 (32.03% from 255 or 20.05% from 404); Blue value is 119 (46.88% from 255 or 29.46% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5177 is #33AE88. Grayscale: #7A7A7A. Windows color (decimal): -3387017 or 7819724. OLE color: 7819724.

HSL color Cylindrical-coordinate representation of color #CC5177: hue angle of 341.46º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC5177 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB20481119-
CMYK00.600.420.2
HSL341.46º54.67%55.88%-
HSV(B)341.46º60.29%80%-
XYZ31.1720.0519.68-
YUV122.11126.25186.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.50%
GREEN value IS 81 (32.03% from 255) = 20.05%
BLUE value IS 119 (46.88% from 255) = 29.46%
R=50.50%
G=20.05%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048111900.600.420.2341.4654.6755.88
HexCC517703C2A141553738
Octal31412116707452245256770
Binary1100110010100011110111011110010101010100101010101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5177; }

 p { color: rgb(204,81,119); }

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

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

 a { background-color: rgb(204,81,119); }

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

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

 span { border-color: rgb(204,81,119); }

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