#CC626E

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

Shades of Cabaret #CC626E

Tints of Cabaret #CC626E

Color information

#CC626E (or 0xCC626E) is unknown color: approx Cabaret. HEX triplet: CC, 62 and 6E. RGB value is (204,98,110). Sum of RGB (Red+Green+Blue) = 204+98+110=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 110 (43.36% from 255 or 26.70% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC626E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC626E is #339D91. Grayscale: #838383. Windows color (decimal): -3382674 or 7234252. OLE color: 7234252.

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

Color convert

RGB20498110-
CMYK00.520.460.2
HSL353.21º50.96%59.22%-
HSV(B)353.21º51.96%80%-
XYZ32.0822.717.44-
YUV131.06116.12180.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.51%
GREEN value IS 98 (38.67% from 255) = 23.79%
BLUE value IS 110 (43.36% from 255) = 26.70%
R=49.51%
G=23.79%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049811000.520.460.2353.2150.9659.22
HexCC626E0342E14161333b
Octal31414215606456245416373
Binary1100110011000101101110011010010111010100101100001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC626E; }

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

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

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

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

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

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

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

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