#CB525D

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

Shades of Mandy #CB525D

Tints of Mandy #CB525D

Color information

#CB525D (or 0xCB525D) is unknown color: approx Mandy. HEX triplet: CB, 52 and 5D. RGB value is (203,82,93). Sum of RGB (Red+Green+Blue) = 203+82+93=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CB525D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB525D is #34ADA2. Grayscale: #777777. Windows color (decimal): -3452323 or 6116043. OLE color: 6116043.

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

Color convert

RGB2038293-
CMYK00.600.540.20
HSL354.55º53.78%55.88%-
HSV(B)354.55º59.61%79.61%-
XYZ29.6219.5212.56-
YUV119.43113.09187.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.70%
GREEN value IS 82 (32.42% from 255) = 21.69%
BLUE value IS 93 (36.72% from 255) = 24.60%
R=53.70%
G=21.69%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203829300.600.540.20354.5553.7855.88
HexCB525D03C36141633638
Octal31312213507466245436670
Binary1100101110100101011101011110011011010100101100011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB525D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB525D; }

 p { color: rgb(203,82,93); }

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

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

 a { background-color: rgb(203,82,93); }

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

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

 span { border-color: rgb(203,82,93); }

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