Html Css Color HEX #CA5758 Mandy

📋 copy color: '#CA5758'

red 202 ◦ green 87 ◦ blue 88

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

Shades of Mandy #CA5758

Tints of Mandy #CA5758

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.08%

 BLUE value IS 88 (34.77% from 255) = 23.34%

R = 53.58%
G = 23.08%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#CA5758 (or 0xCA5758) is known color: Mandy. HEX triplet: CA, 57 and 58. RGB value is (202,87,88). Sum of RGB (Red+Green+Blue) = 202+87+88=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5758 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5758 is #35A8A7. Grayscale: #797979. Windows color (decimal): -3516584 or 5789642. OLE color: 5789642.

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

Color convert

RGB 202 87 88 -
CMYK 0 0.57 0.56 0.21
HSL 359.48º 0.52% 0.57% -
HSV(B) 359.48º 0.57% 0.79% -
XYZ 29.53 20.08 11.55 -
YUV 121.5 109.1 185.42 -
System Red Green Blue C M Y K H S L
Decimal 202 87 88 0 0.57 0.56 0.21 359.48 0.52 0.57
Hex CA 57 58 0 39 38 15 167 34 39
Octal 312 127 130 0 71 70 25 547 64 71
Binary 11001010 1010111 1011000 0 111001 111000 10101 101100111 110100 111001

Color Harmonies of #CA5758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5758

Black with #CA5758

Text Example


Text Example

White with #CA5758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5758; }

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

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

background-color css

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

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

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

border-color css

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

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

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