Html Css Color HEX #CA5362 Mandy

📋 copy color: '#CA5362'

red 202 ◦ green 83 ◦ blue 98

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

Shades of Mandy #CA5362

Tints of Mandy #CA5362

RGB

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

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

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

R = 52.74%
G = 21.67%
B = 25.59%

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

#CA5362 (or 0xCA5362) is known color: Mandy. HEX triplet: CA, 53 and 62. RGB value is (202,83,98). Sum of RGB (Red+Green+Blue) = 202+83+98=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 98 (38.67% from 255 or 25.59% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5362 is #35AC9D. Grayscale: #787878. Windows color (decimal): -3517598 or 6443978. OLE color: 6443978.

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

Color convert

RGB 202 83 98 -
CMYK 0 0.59 0.51 0.21
HSL 352.44º 0.53% 0.56% -
HSV(B) 352.44º 0.59% 0.79% -
XYZ 29.65 19.62 13.78 -
YUV 120.29 115.42 186.28 -
System Red Green Blue C M Y K H S L
Decimal 202 83 98 0 0.59 0.51 0.21 352.44 0.53 0.56
Hex CA 53 62 0 3B 33 15 160 35 38
Octal 312 123 142 0 73 63 25 540 65 70
Binary 11001010 1010011 1100010 0 111011 110011 10101 101100000 110101 111000

Color Harmonies of #CA5362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5362

Black with #CA5362

Text Example


Text Example

White with #CA5362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5362; }

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

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

background-color css

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

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

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

border-color css

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

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

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