#CC486D

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

Shades of Cabaret #CC486D

Tints of Cabaret #CC486D

Color information

#CC486D (or 0xCC486D) is unknown color: approx Cabaret. HEX triplet: CC, 48 and 6D. RGB value is (204,72,109). Sum of RGB (Red+Green+Blue) = 204+72+109=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 72 (28.52% from 255 or 18.70% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC486D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC486D is #33B792. Grayscale: #737373. Windows color (decimal): -3389331 or 7162060. OLE color: 7162060.

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

Color convert

RGB20472109-
CMYK00.650.470.2
HSL343.18º56.41%54.12%-
HSV(B)343.18º64.71%80%-
XYZ29.9818.5816.47-
YUV115.69124.23190.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.99%
GREEN value IS 72 (28.52% from 255) = 18.70%
BLUE value IS 109 (42.97% from 255) = 28.31%
R=52.99%
G=18.70%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047210900.650.470.2343.1856.4154.12
HexCC486D0412F141573836
Octal314110155010157245277066
Binary11001100100100011011010100000110111110100101010111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC486D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC486D; }

 p { color: rgb(204,72,109); }

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

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

 a { background-color: rgb(204,72,109); }

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

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

 span { border-color: rgb(204,72,109); }

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