#CC5E6F

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

Shades of Cabaret #CC5E6F

Tints of Cabaret #CC5E6F

Color information

#CC5E6F (or 0xCC5E6F) is unknown color: approx Cabaret. HEX triplet: CC, 5E and 6F. RGB value is (204,94,111). Sum of RGB (Red+Green+Blue) = 204+94+111=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5E6F is #33A190. Grayscale: #808080. Windows color (decimal): -3383697 or 7298764. OLE color: 7298764.

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

Color convert

RGB20494111-
CMYK00.540.460.2
HSL350.73º51.89%58.43%-
HSV(B)350.73º53.92%80%-
XYZ31.7721.9917.61-
YUV128.83117.94181.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.88%
GREEN value IS 94 (37.11% from 255) = 22.98%
BLUE value IS 111 (43.75% from 255) = 27.14%
R=49.88%
G=22.98%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049411100.540.460.2350.7351.8958.43
HexCC5E6F0362E1415f343a
Octal31413615706656245376472
Binary1100110010111101101111011011010111010100101011111110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5E6F; }

 p { color: rgb(204,94,111); }

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

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

 a { background-color: rgb(204,94,111); }

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

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

 span { border-color: rgb(204,94,111); }

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