#CC426E

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

Shades of Cabaret #CC426E

Tints of Cabaret #CC426E

Color information

#CC426E (or 0xCC426E) is unknown color: approx Cabaret. HEX triplet: CC, 42 and 6E. RGB value is (204,66,110). Sum of RGB (Red+Green+Blue) = 204+66+110=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC426E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC426E is #33BD91. Grayscale: #707070. Windows color (decimal): -3390866 or 7226060. OLE color: 7226060.

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

Color convert

RGB20466110-
CMYK00.680.460.2
HSL340.87º57.5%52.94%-
HSV(B)340.87º67.65%80%-
XYZ29.6617.8616.64-
YUV112.28126.72193.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.68%
GREEN value IS 66 (26.17% from 255) = 17.37%
BLUE value IS 110 (43.36% from 255) = 28.95%
R=53.68%
G=17.37%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046611000.680.460.2340.8757.552.94
HexCC426E0442E141553a35
Octal314102156010456245257265
Binary11001100100001011011100100010010111010100101010101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC426E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC426E; }

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

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

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

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

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

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

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

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