Html Css Color HEX #CA5458 Mandy

📋 copy color: '#CA5458'

red 202 ◦ green 84 ◦ blue 88

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

Shades of Mandy #CA5458

Tints of Mandy #CA5458

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.46%

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

R = 54.01%
G = 22.46%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#CA5458 (or 0xCA5458) is known color: Mandy. HEX triplet: CA, 54 and 58. RGB value is (202,84,88). Sum of RGB (Red+Green+Blue) = 202+84+88=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 84 (33.20% from 255 or 22.46% from 374); Blue value is 88 (34.77% from 255 or 23.53% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5458 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5458 is #35ABA7. Grayscale: #777777. Windows color (decimal): -3517352 or 5788874. OLE color: 5788874.

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

Color convert

RGB 202 84 88 -
CMYK 0 0.58 0.56 0.21
HSL 357.97º 0.53% 0.56% -
HSV(B) 357.97º 0.58% 0.79% -
XYZ 29.29 19.6 11.47 -
YUV 119.74 110.09 186.67 -
System Red Green Blue C M Y K H S L
Decimal 202 84 88 0 0.58 0.56 0.21 357.97 0.53 0.56
Hex CA 54 58 0 3A 38 15 166 35 38
Octal 312 124 130 0 72 70 25 546 65 70
Binary 11001010 1010100 1011000 0 111010 111000 10101 101100110 110101 111000

Color Harmonies of #CA5458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5458

Black with #CA5458

Text Example


Text Example

White with #CA5458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5458; }

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

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

background-color css

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

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

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

border-color css

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

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

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