#CC656C

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

Shades of Cabaret #CC656C

Tints of Cabaret #CC656C

Color information

#CC656C (or 0xCC656C) is unknown color: approx Cabaret. HEX triplet: CC, 65 and 6C. RGB value is (204,101,108). Sum of RGB (Red+Green+Blue) = 204+101+108=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 101 (39.84% from 255 or 24.46% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC656C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC656C is #339A93. Grayscale: #848484. Windows color (decimal): -3381908 or 7103948. OLE color: 7103948.

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

Color convert

RGB204101108-
CMYK00.500.470.2
HSL355.92º50.24%59.8%-
HSV(B)355.92º50.49%80%-
XYZ32.2623.2316.97-
YUV132.6114.12178.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.39%
GREEN value IS 101 (39.84% from 255) = 24.46%
BLUE value IS 108 (42.58% from 255) = 26.15%
R=49.39%
G=24.46%
B=26.15%

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
Decimal20410110800.500.470.2355.9250.2459.8
HexCC656C0322F14164323c
Octal31414515406257245446274
Binary1100110011001011101100011001010111110100101100100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC656C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC656C; }

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

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

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

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

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

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

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

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