Html Css Color HEX #CA5263 Mandy

📋 copy color: '#CA5263'

red 202 ◦ green 82 ◦ blue 99

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

Shades of Mandy #CA5263

Tints of Mandy #CA5263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 25.85%

R = 52.74%
G = 21.41%
B = 25.85%

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

#CA5263 (or 0xCA5263) is known color: Mandy. HEX triplet: CA, 52 and 63. RGB value is (202,82,99). Sum of RGB (Red+Green+Blue) = 202+82+99=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 99 (39.06% from 255 or 25.85% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5263 is #35AD9C. Grayscale: #777777. Windows color (decimal): -3517853 or 6509258. OLE color: 6509258.

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

Color convert

RGB 202 82 99 -
CMYK 0 0.59 0.51 0.21
HSL 351.5º 0.53% 0.56% -
HSV(B) 351.5º 0.59% 0.79% -
XYZ 29.63 19.49 14.01 -
YUV 119.82 116.26 186.62 -
System Red Green Blue C M Y K H S L
Decimal 202 82 99 0 0.59 0.51 0.21 351.5 0.53 0.56
Hex CA 52 63 0 3B 33 15 160 35 38
Octal 312 122 143 0 73 63 25 540 65 70
Binary 11001010 1010010 1100011 0 111011 110011 10101 101100000 110101 111000

Color Harmonies of #CA5263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5263

Black with #CA5263

Text Example


Text Example

White with #CA5263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5263; }

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

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

background-color css

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

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

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

border-color css

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

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

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