#CC5F75

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

Shades of Cabaret #CC5F75

Tints of Cabaret #CC5F75

Color information

#CC5F75 (or 0xCC5F75) is unknown color: approx Cabaret. HEX triplet: CC, 5F and 75. RGB value is (204,95,117). Sum of RGB (Red+Green+Blue) = 204+95+117=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5F75 is #33A08A. Grayscale: #828282. Windows color (decimal): -3383435 or 7692236. OLE color: 7692236.

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

Color convert

RGB20495117-
CMYK00.530.430.2
HSL347.89º51.66%58.63%-
HSV(B)347.89º53.43%80%-
XYZ32.222.3119.44-
YUV130.1120.61180.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.04%
GREEN value IS 95 (37.5% from 255) = 22.84%
BLUE value IS 117 (46.09% from 255) = 28.12%
R=49.04%
G=22.84%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049511700.530.430.2347.8951.6658.63
HexCC5F750352B1415c343b
Octal31413716506553245346473
Binary1100110010111111110101011010110101110100101011100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5F75; }

 p { color: rgb(204,95,117); }

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

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

 a { background-color: rgb(204,95,117); }

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

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

 span { border-color: rgb(204,95,117); }

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