#CC5B68

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

Shades of Cabaret #CC5B68

Tints of Cabaret #CC5B68

Color information

#CC5B68 (or 0xCC5B68) is unknown color: approx Cabaret. HEX triplet: CC, 5B and 68. RGB value is (204,91,104). Sum of RGB (Red+Green+Blue) = 204+91+104=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5B68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5B68 is #33A497. Grayscale: #7E7E7E. Windows color (decimal): -3384472 or 6839244. OLE color: 6839244.

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

Color convert

RGB20491104-
CMYK00.550.490.2
HSL353.1º52.56%57.84%-
HSV(B)353.1º55.39%80%-
XYZ31.1421.3215.57-
YUV126.27115.44183.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.13%
GREEN value IS 91 (35.94% from 255) = 22.81%
BLUE value IS 104 (41.02% from 255) = 26.07%
R=51.13%
G=22.81%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049110400.550.490.2353.152.5657.84
HexCC5B680373114161353a
Octal31413315006761245416572
Binary1100110010110111101000011011111000110100101100001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5B68; }

 p { color: rgb(204,91,104); }

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

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

 a { background-color: rgb(204,91,104); }

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

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

 span { border-color: rgb(204,91,104); }

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