Html Css Color HEX #CA5863 Mandy

📋 copy color: '#CA5863'

red 202 ◦ green 88 ◦ blue 99

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

Shades of Mandy #CA5863

Tints of Mandy #CA5863

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.62%

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

R = 51.93%
G = 22.62%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA5863 (or 0xCA5863) is known color: Mandy. HEX triplet: CA, 58 and 63. RGB value is (202,88,99). Sum of RGB (Red+Green+Blue) = 202+88+99=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 99 (39.06% from 255 or 25.45% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5863 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5863 is #35A79C. Grayscale: #7B7B7B. Windows color (decimal): -3516317 or 6510794. OLE color: 6510794.

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

Color convert

RGB 202 88 99 -
CMYK 0 0.56 0.51 0.21
HSL 354.21º 0.52% 0.57% -
HSV(B) 354.21º 0.56% 0.79% -
XYZ 30.1 20.44 14.16 -
YUV 123.34 114.27 184.11 -
System Red Green Blue C M Y K H S L
Decimal 202 88 99 0 0.56 0.51 0.21 354.21 0.52 0.57
Hex CA 58 63 0 38 33 15 162 34 39
Octal 312 130 143 0 70 63 25 542 64 71
Binary 11001010 1011000 1100011 0 111000 110011 10101 101100010 110100 111001

Color Harmonies of #CA5863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5863

Black with #CA5863

Text Example


Text Example

White with #CA5863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5863; }

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

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

background-color css

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

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

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

border-color css

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

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

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