Html Css Color HEX #CA5560 Mandy

📋 copy color: '#CA5560'

red 202 ◦ green 85 ◦ blue 96

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

Shades of Mandy #CA5560

Tints of Mandy #CA5560

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.19%

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

R = 52.74%
G = 22.19%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#CA5560 (or 0xCA5560) is known color: Mandy. HEX triplet: CA, 55 and 60. RGB value is (202,85,96). Sum of RGB (Red+Green+Blue) = 202+85+96=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5560 is #35AA9F. Grayscale: #797979. Windows color (decimal): -3517088 or 6313418. OLE color: 6313418.

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

Color convert

RGB 202 85 96 -
CMYK 0 0.58 0.52 0.21
HSL 354.36º 0.52% 0.56% -
HSV(B) 354.36º 0.58% 0.79% -
XYZ 29.72 19.9 13.34 -
YUV 121.24 113.76 185.61 -
System Red Green Blue C M Y K H S L
Decimal 202 85 96 0 0.58 0.52 0.21 354.36 0.52 0.56
Hex CA 55 60 0 3A 34 15 162 34 38
Octal 312 125 140 0 72 64 25 542 64 70
Binary 11001010 1010101 1100000 0 111010 110100 10101 101100010 110100 111000

Color Harmonies of #CA5560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5560

Black with #CA5560

Text Example


Text Example

White with #CA5560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5560; }

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

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

background-color css

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

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

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

border-color css

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

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

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