Html Css Color HEX #CA5A62 Mandy

📋 copy color: '#CA5A62'

red 202 ◦ green 90 ◦ blue 98

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

Shades of Mandy #CA5A62

Tints of Mandy #CA5A62

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.08%

 BLUE value IS 98 (38.67% from 255) = 25.13%

R = 51.79%
G = 23.08%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA5A62 (or 0xCA5A62) is known color: Mandy. HEX triplet: CA, 5A and 62. RGB value is (202,90,98). Sum of RGB (Red+Green+Blue) = 202+90+98=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 98 (38.67% from 255 or 25.13% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5A62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5A62 is #35A59D. Grayscale: #7C7C7C. Windows color (decimal): -3515806 or 6445770. OLE color: 6445770.

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

Color convert

RGB 202 90 98 -
CMYK 0 0.55 0.51 0.21
HSL 355.71º 0.51% 0.57% -
HSV(B) 355.71º 0.55% 0.79% -
XYZ 30.22 20.75 13.97 -
YUV 124.4 113.11 183.35 -
System Red Green Blue C M Y K H S L
Decimal 202 90 98 0 0.55 0.51 0.21 355.71 0.51 0.57
Hex CA 5A 62 0 37 33 15 164 33 39
Octal 312 132 142 0 67 63 25 544 63 71
Binary 11001010 1011010 1100010 0 110111 110011 10101 101100100 110011 111001

Color Harmonies of #CA5A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5A62

Black with #CA5A62

Text Example


Text Example

White with #CA5A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5A62; }

 p { color: rgb(202,90,98); }

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

background-color css

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

 a { background-color: rgb(202,90,98); }

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

border-color css

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

 span { border-color: rgb(202,90,98); }

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