#CC5D62

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

Shades of Mandy #CC5D62

Tints of Mandy #CC5D62

Color information

#CC5D62 (or 0xCC5D62) is unknown color: approx Mandy. HEX triplet: CC, 5D and 62. RGB value is (204,93,98). Sum of RGB (Red+Green+Blue) = 204+93+98=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 98 (38.67% from 255 or 24.81% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5D62 is #33A29D. Grayscale: #7E7E7E. Windows color (decimal): -3383966 or 6446540. OLE color: 6446540.

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

Color convert

RGB2049398-
CMYK00.540.520.2
HSL357.3º52.11%58.24%-
HSV(B)357.3º54.41%80%-
XYZ31.0221.5514.08-
YUV126.76111.77183.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.65%
GREEN value IS 93 (36.72% from 255) = 23.54%
BLUE value IS 98 (38.67% from 255) = 24.81%
R=51.65%
G=23.54%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204939800.540.520.2357.352.1158.24
HexCC5D620363414165343a
Octal31413514206664245456472
Binary1100110010111011100010011011011010010100101100101110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5D62; }

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

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

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

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

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

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

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

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