Html Css Color HEX #CA5861 Mandy

📋 copy color: '#CA5861'

red 202 ◦ green 88 ◦ blue 97

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

Shades of Mandy #CA5861

Tints of Mandy #CA5861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 25.06%

R = 52.2%
G = 22.74%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#CA5861 (or 0xCA5861) is known color: Mandy. HEX triplet: CA, 58 and 61. RGB value is (202,88,97). Sum of RGB (Red+Green+Blue) = 202+88+97=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 88 (34.77% from 255 or 22.74% from 387); Blue value is 97 (38.28% from 255 or 25.06% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5861 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5861 is #35A79E. Grayscale: #7B7B7B. Windows color (decimal): -3516319 or 6379722. OLE color: 6379722.

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

Color convert

RGB 202 88 97 -
CMYK 0 0.56 0.52 0.21
HSL 355.26º 0.52% 0.57% -
HSV(B) 355.26º 0.56% 0.79% -
XYZ 30 20.4 13.67 -
YUV 123.11 113.27 184.27 -
System Red Green Blue C M Y K H S L
Decimal 202 88 97 0 0.56 0.52 0.21 355.26 0.52 0.57
Hex CA 58 61 0 38 34 15 163 34 39
Octal 312 130 141 0 70 64 25 543 64 71
Binary 11001010 1011000 1100001 0 111000 110100 10101 101100011 110100 111001

Color Harmonies of #CA5861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5861

Black with #CA5861

Text Example


Text Example

White with #CA5861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5861; }

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

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

background-color css

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

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

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

border-color css

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

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

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