Html Css Color HEX #CA5060 Mandy

📋 copy color: '#CA5060'

red 202 ◦ green 80 ◦ blue 96

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

Shades of Mandy #CA5060

Tints of Mandy #CA5060

RGB

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

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

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

R = 53.44%
G = 21.16%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#CA5060 (or 0xCA5060) is known color: Mandy. HEX triplet: CA, 50 and 60. RGB value is (202,80,96). Sum of RGB (Red+Green+Blue) = 202+80+96=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 96 (37.89% from 255 or 25.40% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5060 is #35AF9F. Grayscale: #767676. Windows color (decimal): -3518368 or 6312138. OLE color: 6312138.

HSL color Cylindrical-coordinate representation of color #CA5060: hue angle of 352.13º 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 #CA5060 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 80 96 -
CMYK 0 0.60 0.52 0.21
HSL 352.13º 0.54% 0.55% -
HSV(B) 352.13º 0.6% 0.79% -
XYZ 29.34 19.14 13.21 -
YUV 118.3 115.42 187.7 -
System Red Green Blue C M Y K H S L
Decimal 202 80 96 0 0.60 0.52 0.21 352.13 0.54 0.55
Hex CA 50 60 0 3C 34 15 160 36 37
Octal 312 120 140 0 74 64 25 540 66 67
Binary 11001010 1010000 1100000 0 111100 110100 10101 101100000 110110 110111

Color Harmonies of #CA5060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5060

Black with #CA5060

Text Example


Text Example

White with #CA5060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5060; }

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

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

background-color css

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

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

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

border-color css

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

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

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