#CC4863

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

Shades of Cabaret #CC4863

Tints of Cabaret #CC4863

Color information

#CC4863 (or 0xCC4863) is unknown color: approx Cabaret. HEX triplet: CC, 48 and 63. RGB value is (204,72,99). Sum of RGB (Red+Green+Blue) = 204+72+99=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 99 (39.06% from 255 or 26.4% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4863 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4863 is #33B79C. Grayscale: #727272. Windows color (decimal): -3389341 or 6506700. OLE color: 6506700.

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

Color convert

RGB2047299-
CMYK00.650.510.2
HSL347.73º56.41%54.12%-
HSV(B)347.73º64.71%80%-
XYZ29.4718.3713.8-
YUV114.55119.23191.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.4%
GREEN value IS 72 (28.52% from 255) = 19.2%
BLUE value IS 99 (39.06% from 255) = 26.4%
R=54.4%
G=19.2%
B=26.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.51
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204729900.650.510.2347.7356.4154.12
HexCC4863041331415c3836
Octal314110143010163245347066
Binary11001100100100011000110100000111001110100101011100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4863; }

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

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

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

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

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

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

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

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