#CC4662

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

Shades of Cabaret #CC4662

Tints of Cabaret #CC4662

Color information

#CC4662 (or 0xCC4662) is unknown color: approx Cabaret. HEX triplet: CC, 46 and 62. RGB value is (204,70,98). Sum of RGB (Red+Green+Blue) = 204+70+98=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 70 (27.73% from 255 or 18.82% from 372); Blue value is 98 (38.67% from 255 or 26.34% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4662 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4662 is #33B99D. Grayscale: #717171. Windows color (decimal): -3389854 or 6440652. OLE color: 6440652.

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

Color convert

RGB2047098-
CMYK00.660.520.2
HSL347.46º56.78%53.73%-
HSV(B)347.46º65.69%80%-
XYZ29.318.113.5-
YUV113.26119.39192.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.84%
GREEN value IS 70 (27.73% from 255) = 18.82%
BLUE value IS 98 (38.67% from 255) = 26.34%
R=54.84%
G=18.82%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204709800.660.520.2347.4656.7853.73
HexCC4662042341415b3936
Octal314106142010264245337166
Binary11001100100011011000100100001011010010100101011011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4662; }

 p { color: rgb(204,70,98); }

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

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

 a { background-color: rgb(204,70,98); }

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

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

 span { border-color: rgb(204,70,98); }

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