Html Css Color HEX #CA5363 Mandy

📋 copy color: '#CA5363'

red 202 ◦ green 83 ◦ blue 99

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

Shades of Mandy #CA5363

Tints of Mandy #CA5363

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.61%

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

R = 52.6%
G = 21.61%
B = 25.78%

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

#CA5363 (or 0xCA5363) is known color: Mandy. HEX triplet: CA, 53 and 63. RGB value is (202,83,99). Sum of RGB (Red+Green+Blue) = 202+83+99=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 99 (39.06% from 255 or 25.78% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5363 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5363 is #35AC9C. Grayscale: #787878. Windows color (decimal): -3517597 or 6509514. OLE color: 6509514.

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

Color convert

RGB 202 83 99 -
CMYK 0 0.59 0.51 0.21
HSL 351.93º 0.53% 0.56% -
HSV(B) 351.93º 0.59% 0.79% -
XYZ 29.7 19.64 14.03 -
YUV 120.41 115.92 186.2 -
System Red Green Blue C M Y K H S L
Decimal 202 83 99 0 0.59 0.51 0.21 351.93 0.53 0.56
Hex CA 53 63 0 3B 33 15 160 35 38
Octal 312 123 143 0 73 63 25 540 65 70
Binary 11001010 1010011 1100011 0 111011 110011 10101 101100000 110101 111000

Color Harmonies of #CA5363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5363

Black with #CA5363

Text Example


Text Example

White with #CA5363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5363; }

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

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

background-color css

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

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

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

border-color css

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

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

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