Html Css Color HEX #CA5557 Mandy

📋 copy color: '#CA5557'

red 202 ◦ green 85 ◦ blue 87

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

Shades of Mandy #CA5557

Tints of Mandy #CA5557

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.73%

 BLUE value IS 87 (34.38% from 255) = 23.26%

R = 54.01%
G = 22.73%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#CA5557 (or 0xCA5557) is known color: Mandy. HEX triplet: CA, 55 and 57. RGB value is (202,85,87). Sum of RGB (Red+Green+Blue) = 202+85+87=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 87 (34.38% from 255 or 23.26% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5557 is #35AAA8. Grayscale: #787878. Windows color (decimal): -3517097 or 5723594. OLE color: 5723594.

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

Color convert

RGB 202 85 87 -
CMYK 0 0.58 0.57 0.21
HSL 358.97º 0.52% 0.56% -
HSV(B) 358.97º 0.58% 0.79% -
XYZ 29.33 19.74 11.28 -
YUV 120.21 109.26 186.34 -
System Red Green Blue C M Y K H S L
Decimal 202 85 87 0 0.58 0.57 0.21 358.97 0.52 0.56
Hex CA 55 57 0 3A 39 15 167 34 38
Octal 312 125 127 0 72 71 25 547 64 70
Binary 11001010 1010101 1010111 0 111010 111001 10101 101100111 110100 111000

Color Harmonies of #CA5557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5557

Black with #CA5557

Text Example


Text Example

White with #CA5557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5557; }

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

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

background-color css

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

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

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

border-color css

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

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

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