Html Css Color HEX #CA5662 Mandy

📋 copy color: '#CA5662'

red 202 ◦ green 86 ◦ blue 98

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

Shades of Mandy #CA5662

Tints of Mandy #CA5662

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.28%

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

R = 52.33%
G = 22.28%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA5662 (or 0xCA5662) is known color: Mandy. HEX triplet: CA, 56 and 62. RGB value is (202,86,98). Sum of RGB (Red+Green+Blue) = 202+86+98=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 98 (38.67% from 255 or 25.39% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5662 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5662 is #35A99D. Grayscale: #7A7A7A. Windows color (decimal): -3516830 or 6444746. OLE color: 6444746.

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

Color convert

RGB 202 86 98 -
CMYK 0 0.57 0.51 0.21
HSL 353.79º 0.52% 0.56% -
HSV(B) 353.79º 0.57% 0.79% -
XYZ 29.89 20.09 13.86 -
YUV 122.05 114.43 185.02 -
System Red Green Blue C M Y K H S L
Decimal 202 86 98 0 0.57 0.51 0.21 353.79 0.52 0.56
Hex CA 56 62 0 39 33 15 162 34 38
Octal 312 126 142 0 71 63 25 542 64 70
Binary 11001010 1010110 1100010 0 111001 110011 10101 101100010 110100 111000

Color Harmonies of #CA5662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5662

Black with #CA5662

Text Example


Text Example

White with #CA5662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5662; }

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

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

background-color css

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

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

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

border-color css

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

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

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