#CB5A5D

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

Shades of Mandy #CB5A5D

Tints of Mandy #CB5A5D

Color information

#CB5A5D (or 0xCB5A5D) is unknown color: approx Mandy. HEX triplet: CB, 5A and 5D. RGB value is (203,90,93). Sum of RGB (Red+Green+Blue) = 203+90+93=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5A5D is #34A5A2. Grayscale: #7C7C7C. Windows color (decimal): -3450275 or 6118091. OLE color: 6118091.

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

Color convert

RGB2039093-
CMYK00.560.540.20
HSL358.41º52.07%57.45%-
HSV(B)358.41º55.67%79.61%-
XYZ30.2620.812.78-
YUV124.13110.44184.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.59%
GREEN value IS 90 (35.55% from 255) = 23.32%
BLUE value IS 93 (36.72% from 255) = 24.09%
R=52.59%
G=23.32%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203909300.560.540.20358.4152.0757.45
HexCB5A5D03836141663439
Octal31313213507066245466471
Binary1100101110110101011101011100011011010100101100110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5A5D; }

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

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

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

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

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

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

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

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