#CC506E

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

Shades of Cabaret #CC506E

Tints of Cabaret #CC506E

Color information

#CC506E (or 0xCC506E) is unknown color: approx Cabaret. HEX triplet: CC, 50 and 6E. RGB value is (204,80,110). Sum of RGB (Red+Green+Blue) = 204+80+110=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC506E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC506E is #33AF91. Grayscale: #787878. Windows color (decimal): -3387282 or 7229644. OLE color: 7229644.

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

Color convert

RGB20480110-
CMYK00.610.460.2
HSL345.48º54.87%55.69%-
HSV(B)345.48º60.78%80%-
XYZ30.5819.716.94-
YUV120.5122.08187.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.78%
GREEN value IS 80 (31.64% from 255) = 20.30%
BLUE value IS 110 (43.36% from 255) = 27.92%
R=51.78%
G=20.30%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048011000.610.460.2345.4854.8755.69
HexCC506E03D2E141593738
Octal31412015607556245316770
Binary1100110010100001101110011110110111010100101011001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC506E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC506E; }

 p { color: rgb(204,80,110); }

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

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

 a { background-color: rgb(204,80,110); }

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

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

 span { border-color: rgb(204,80,110); }

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