Html Css Color HEX #CA5153 Mandy

📋 copy color: '#CA5153'

red 202 ◦ green 81 ◦ blue 83

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

Shades of Mandy #CA5153

Tints of Mandy #CA5153

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.13%

 BLUE value IS 83 (32.81% from 255) = 22.68%

R = 55.19%
G = 22.13%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#CA5153 (or 0xCA5153) is known color: Mandy. HEX triplet: CA, 51 and 53. RGB value is (202,81,83). Sum of RGB (Red+Green+Blue) = 202+81+83=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 81 (32.03% from 255 or 22.13% from 366); Blue value is 83 (32.81% from 255 or 22.68% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5153 is #35AEAC. Grayscale: #757575. Windows color (decimal): -3518125 or 5460426. OLE color: 5460426.

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

Color convert

RGB 202 81 83 -
CMYK 0 0.60 0.59 0.21
HSL 359.01º 0.53% 0.55% -
HSV(B) 359.01º 0.6% 0.79% -
XYZ 28.86 19.07 10.34 -
YUV 117.41 108.59 188.34 -
System Red Green Blue C M Y K H S L
Decimal 202 81 83 0 0.60 0.59 0.21 359.01 0.53 0.55
Hex CA 51 53 0 3C 3B 15 167 35 37
Octal 312 121 123 0 74 73 25 547 65 67
Binary 11001010 1010001 1010011 0 111100 111011 10101 101100111 110101 110111

Color Harmonies of #CA5153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5153

Black with #CA5153

Text Example


Text Example

White with #CA5153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5153; }

 p { color: rgb(202,81,83); }

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

background-color css

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

 a { background-color: rgb(202,81,83); }

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

border-color css

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

 span { border-color: rgb(202,81,83); }

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