Html Css Color HEX #CA5059 Mandy

📋 copy color: '#CA5059'

red 202 ◦ green 80 ◦ blue 89

#CA5059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandy #CA5059

Tints of Mandy #CA5059

RGB

 RED value IS 202 (79.3% from 255) = 54.45%

 GREEN value IS 80 (31.64% from 255) = 21.56%

 BLUE value IS 89 (35.16% from 255) = 23.99%

R = 54.45%
G = 21.56%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#CA5059 (or 0xCA5059) is known color: Mandy. HEX triplet: CA, 50 and 59. RGB value is (202,80,89). Sum of RGB (Red+Green+Blue) = 202+80+89=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 89 (35.16% from 255 or 23.99% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5059 is #35AFA6. Grayscale: #757575. Windows color (decimal): -3518375 or 5853386. OLE color: 5853386.

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

Color convert

RGB 202 80 89 -
CMYK 0 0.60 0.56 0.21
HSL 355.57º 0.54% 0.55% -
HSV(B) 355.57º 0.6% 0.79% -
XYZ 29.03 19.02 11.59 -
YUV 117.5 111.92 188.27 -
System Red Green Blue C M Y K H S L
Decimal 202 80 89 0 0.60 0.56 0.21 355.57 0.54 0.55
Hex CA 50 59 0 3C 38 15 164 36 37
Octal 312 120 131 0 74 70 25 544 66 67
Binary 11001010 1010000 1011001 0 111100 111000 10101 101100100 110110 110111

Color Harmonies of #CA5059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5059

Black with #CA5059

Text Example


Text Example

White with #CA5059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5059; }

 p { color: rgb(202,80,89); }

 H1.HeaderClassName
 {
   color: #CA5059;
 }
 .AnyTagClassName
 {
   color: #CA5059;
 }
</style>

background-color css

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

 a { background-color: rgb(202,80,89); }

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

border-color css

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

 span { border-color: rgb(202,80,89); }

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