#CC535D

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

Shades of Mandy #CC535D

Tints of Mandy #CC535D

Color information

#CC535D (or 0xCC535D) is unknown color: approx Mandy. HEX triplet: CC, 53 and 5D. RGB value is (204,83,93). Sum of RGB (Red+Green+Blue) = 204+83+93=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC535D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC535D is #33ACA2. Grayscale: #787878. Windows color (decimal): -3386531 or 6116300. OLE color: 6116300.

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

Color convert

RGB2048393-
CMYK00.590.540.2
HSL355.04º54.26%56.27%-
HSV(B)355.04º59.31%80%-
XYZ29.9719.8112.6-
YUV120.32112.59187.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.68%
GREEN value IS 83 (32.81% from 255) = 21.84%
BLUE value IS 93 (36.72% from 255) = 24.47%
R=53.68%
G=21.84%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204839300.590.540.2355.0454.2656.27
HexCC535D03B36141633638
Octal31412313507366245436670
Binary1100110010100111011101011101111011010100101100011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC535D; }

 p { color: rgb(204,83,93); }

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

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

 a { background-color: rgb(204,83,93); }

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

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

 span { border-color: rgb(204,83,93); }

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