#CC5171

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

Shades of Cabaret #CC5171

Tints of Cabaret #CC5171

Color information

#CC5171 (or 0xCC5171) is unknown color: approx Cabaret. HEX triplet: CC, 51 and 71. RGB value is (204,81,113). Sum of RGB (Red+Green+Blue) = 204+81+113=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 81 (32.03% from 255 or 20.35% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5171 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5171 is #33AE8E. Grayscale: #797979. Windows color (decimal): -3387023 or 7426508. OLE color: 7426508.

HSL color Cylindrical-coordinate representation of color #CC5171: hue angle of 344.39º 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 #CC5171 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB20481113-
CMYK00.600.450.2
HSL344.39º54.67%55.88%-
HSV(B)344.39º60.29%80%-
XYZ30.8219.9117.84-
YUV121.42123.25186.9-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.26%
GREEN value IS 81 (32.03% from 255) = 20.35%
BLUE value IS 113 (44.53% from 255) = 28.39%
R=51.26%
G=20.35%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048111300.600.450.2344.3954.6755.88
HexCC517103C2D141583738
Octal31412116107455245306770
Binary1100110010100011110001011110010110110100101011000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5171; }

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

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

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

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

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

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

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

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