#CC646B

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

Shades of Cabaret #CC646B

Tints of Cabaret #CC646B

Color information

#CC646B (or 0xCC646B) is unknown color: approx Cabaret. HEX triplet: CC, 64 and 6B. RGB value is (204,100,107). Sum of RGB (Red+Green+Blue) = 204+100+107=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 107 (42.19% from 255 or 26.03% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC646B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC646B is #339B94. Grayscale: #838383. Windows color (decimal): -3382165 or 7038156. OLE color: 7038156.

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

Color convert

RGB204100107-
CMYK00.510.480.2
HSL355.96º50.49%59.61%-
HSV(B)355.96º50.98%80%-
XYZ32.1123.0116.66-
YUV131.89113.96179.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.64%
GREEN value IS 100 (39.45% from 255) = 24.33%
BLUE value IS 107 (42.19% from 255) = 26.03%
R=49.64%
G=24.33%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410010700.510.480.2355.9650.4959.61
HexCC646B0333014164323c
Octal31414415306360245446274
Binary1100110011001001101011011001111000010100101100100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC646B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC646B; }

 p { color: rgb(204,100,107); }

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

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

 a { background-color: rgb(204,100,107); }

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

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

 span { border-color: rgb(204,100,107); }

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