#CC4265

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

Shades of Cabaret #CC4265

Tints of Cabaret #CC4265

Color information

#CC4265 (or 0xCC4265) is unknown color: approx Cabaret. HEX triplet: CC, 42 and 65. RGB value is (204,66,101). Sum of RGB (Red+Green+Blue) = 204+66+101=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4265 is #33BD9A. Grayscale: #6F6F6F. Windows color (decimal): -3390875 or 6636236. OLE color: 6636236.

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

Color convert

RGB20466101-
CMYK00.680.500.2
HSL344.78º57.5%52.94%-
HSV(B)344.78º67.65%80%-
XYZ29.217.6714.18-
YUV111.25122.22194.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.99%
GREEN value IS 66 (26.17% from 255) = 17.79%
BLUE value IS 101 (39.84% from 255) = 27.22%
R=54.99%
G=17.79%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046610100.680.500.2344.7857.552.94
HexCC426504432141593a35
Octal314102145010462245317265
Binary11001100100001011001010100010011001010100101011001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4265; }

 p { color: rgb(204,66,101); }

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

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

 a { background-color: rgb(204,66,101); }

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

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

 span { border-color: rgb(204,66,101); }

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