Html Css Color HEX #CA5960 Mandy

📋 copy color: '#CA5960'

red 202 ◦ green 89 ◦ blue 96

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

Shades of Mandy #CA5960

Tints of Mandy #CA5960

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23%

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

R = 52.2%
G = 23%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#CA5960 (or 0xCA5960) is known color: Mandy. HEX triplet: CA, 59 and 60. RGB value is (202,89,96). Sum of RGB (Red+Green+Blue) = 202+89+96=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5960 is #35A69F. Grayscale: #7B7B7B. Windows color (decimal): -3516064 or 6314442. OLE color: 6314442.

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

Color convert

RGB 202 89 96 -
CMYK 0 0.56 0.52 0.21
HSL 356.28º 0.52% 0.57% -
HSV(B) 356.28º 0.56% 0.79% -
XYZ 30.04 20.55 13.45 -
YUV 123.59 112.44 183.93 -
System Red Green Blue C M Y K H S L
Decimal 202 89 96 0 0.56 0.52 0.21 356.28 0.52 0.57
Hex CA 59 60 0 38 34 15 164 34 39
Octal 312 131 140 0 70 64 25 544 64 71
Binary 11001010 1011001 1100000 0 111000 110100 10101 101100100 110100 111001

Color Harmonies of #CA5960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5960

Black with #CA5960

Text Example


Text Example

White with #CA5960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5960; }

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

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

background-color css

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

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

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

border-color css

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

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

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