Html Css Color HEX #CA5262 Mandy

📋 copy color: '#CA5262'

red 202 ◦ green 82 ◦ blue 98

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

Shades of Mandy #CA5262

Tints of Mandy #CA5262

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.47%

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

R = 52.88%
G = 21.47%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA5262 (or 0xCA5262) is known color: Mandy. HEX triplet: CA, 52 and 62. RGB value is (202,82,98). Sum of RGB (Red+Green+Blue) = 202+82+98=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 98 (38.67% from 255 or 25.65% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5262 is #35AD9D. Grayscale: #777777. Windows color (decimal): -3517854 or 6443722. OLE color: 6443722.

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

Color convert

RGB 202 82 98 -
CMYK 0 0.59 0.51 0.21
HSL 352º 0.53% 0.56% -
HSV(B) 352º 0.59% 0.79% -
XYZ 29.58 19.47 13.75 -
YUV 119.7 115.76 186.7 -
System Red Green Blue C M Y K H S L
Decimal 202 82 98 0 0.59 0.51 0.21 352 0.53 0.56
Hex CA 52 62 0 3B 33 15 160 35 38
Octal 312 122 142 0 73 63 25 540 65 70
Binary 11001010 1010010 1100010 0 111011 110011 10101 101100000 110101 111000

Color Harmonies of #CA5262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5262

Black with #CA5262

Text Example


Text Example

White with #CA5262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5262; }

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

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

background-color css

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

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

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

border-color css

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

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

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