Html Css Color HEX #CA5558 Mandy

📋 copy color: '#CA5558'

red 202 ◦ green 85 ◦ blue 88

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

Shades of Mandy #CA5558

Tints of Mandy #CA5558

RGB

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

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

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

R = 53.87%
G = 22.67%
B = 23.47%

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

#CA5558 (or 0xCA5558) is known color: Mandy. HEX triplet: CA, 55 and 58. RGB value is (202,85,88). Sum of RGB (Red+Green+Blue) = 202+85+88=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 88 (34.77% from 255 or 23.47% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5558 is #35AAA7. Grayscale: #787878. Windows color (decimal): -3517096 or 5789130. OLE color: 5789130.

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

Color convert

RGB 202 85 88 -
CMYK 0 0.58 0.56 0.21
HSL 358.46º 0.52% 0.56% -
HSV(B) 358.46º 0.58% 0.79% -
XYZ 29.37 19.76 11.5 -
YUV 120.33 109.76 186.26 -
System Red Green Blue C M Y K H S L
Decimal 202 85 88 0 0.58 0.56 0.21 358.46 0.52 0.56
Hex CA 55 58 0 3A 38 15 166 34 38
Octal 312 125 130 0 72 70 25 546 64 70
Binary 11001010 1010101 1011000 0 111010 111000 10101 101100110 110100 111000

Color Harmonies of #CA5558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5558

Black with #CA5558

Text Example


Text Example

White with #CA5558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5558; }

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

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

background-color css

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

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

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

border-color css

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

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

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