#CC506B

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

Shades of Cabaret #CC506B

Tints of Cabaret #CC506B

Color information

#CC506B (or 0xCC506B) is unknown color: approx Cabaret. HEX triplet: CC, 50 and 6B. RGB value is (204,80,107). Sum of RGB (Red+Green+Blue) = 204+80+107=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 107 (42.19% from 255 or 27.37% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC506B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC506B is #33AF94. Grayscale: #787878. Windows color (decimal): -3387285 or 7033036. OLE color: 7033036.

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

Color convert

RGB20480107-
CMYK00.610.480.2
HSL346.94º54.87%55.69%-
HSV(B)346.94º60.78%80%-
XYZ30.4219.6416.1-
YUV120.15120.58187.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.17%
GREEN value IS 80 (31.64% from 255) = 20.46%
BLUE value IS 107 (42.19% from 255) = 27.37%
R=52.17%
G=20.46%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048010700.610.480.2346.9454.8755.69
HexCC506B03D301415b3738
Octal31412015307560245336770
Binary1100110010100001101011011110111000010100101011011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC506B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC506B; }

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

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

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

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

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

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

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

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