#CC656D

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

Shades of Cabaret #CC656D

Tints of Cabaret #CC656D

Color information

#CC656D (or 0xCC656D) is unknown color: approx Cabaret. HEX triplet: CC, 65 and 6D. RGB value is (204,101,109). Sum of RGB (Red+Green+Blue) = 204+101+109=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC656D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC656D is #339A92. Grayscale: #848484. Windows color (decimal): -3381907 or 7169484. OLE color: 7169484.

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

Color convert

RGB204101109-
CMYK00.500.470.2
HSL355.34º50.24%59.8%-
HSV(B)355.34º50.49%80%-
XYZ32.3223.2517.25-
YUV132.71114.62178.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.28%
GREEN value IS 101 (39.84% from 255) = 24.40%
BLUE value IS 109 (42.97% from 255) = 26.33%
R=49.28%
G=24.40%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410110900.500.470.2355.3450.2459.8
HexCC656D0322F14163323c
Octal31414515506257245436274
Binary1100110011001011101101011001010111110100101100011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC656D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC656D; }

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

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

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

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

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

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

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

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