Html Css Color HEX #CA5B60 Mandy

📋 copy color: '#CA5B60'

red 202 ◦ green 91 ◦ blue 96

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

Shades of Mandy #CA5B60

Tints of Mandy #CA5B60

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.39%

 BLUE value IS 96 (37.89% from 255) = 24.68%

R = 51.93%
G = 23.39%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#CA5B60 (or 0xCA5B60) is known color: Mandy. HEX triplet: CA, 5B and 60. RGB value is (202,91,96). Sum of RGB (Red+Green+Blue) = 202+91+96=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 91 (35.94% from 255 or 23.39% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5B60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5B60 is #35A49F. Grayscale: #7C7C7C. Windows color (decimal): -3515552 or 6314954. OLE color: 6314954.

HSL color Cylindrical-coordinate representation of color #CA5B60: hue angle of 357.3º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA5B60 is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 91 96 -
CMYK 0 0.55 0.52 0.21
HSL 357.3º 0.51% 0.57% -
HSV(B) 357.3º 0.55% 0.79% -
XYZ 30.21 20.88 13.5 -
YUV 124.76 111.77 183.09 -
System Red Green Blue C M Y K H S L
Decimal 202 91 96 0 0.55 0.52 0.21 357.3 0.51 0.57
Hex CA 5B 60 0 37 34 15 165 33 39
Octal 312 133 140 0 67 64 25 545 63 71
Binary 11001010 1011011 1100000 0 110111 110100 10101 101100101 110011 111001

Color Harmonies of #CA5B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5B60

Black with #CA5B60

Text Example


Text Example

White with #CA5B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5B60; }

 p { color: rgb(202,91,96); }

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

background-color css

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

 a { background-color: rgb(202,91,96); }

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

border-color css

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

 span { border-color: rgb(202,91,96); }

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