Html Css Color HEX #CA5358 Mandy

📋 copy color: '#CA5358'

red 202 ◦ green 83 ◦ blue 88

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

Shades of Mandy #CA5358

Tints of Mandy #CA5358

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.25%

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

R = 54.16%
G = 22.25%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#CA5358 (or 0xCA5358) is known color: Mandy. HEX triplet: CA, 53 and 58. RGB value is (202,83,88). Sum of RGB (Red+Green+Blue) = 202+83+88=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 88 (34.77% from 255 or 23.59% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5358 is #35ACA7. Grayscale: #777777. Windows color (decimal): -3517608 or 5788618. OLE color: 5788618.

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

Color convert

RGB 202 83 88 -
CMYK 0 0.59 0.56 0.21
HSL 357.48º 0.53% 0.56% -
HSV(B) 357.48º 0.59% 0.79% -
XYZ 29.21 19.45 11.45 -
YUV 119.15 110.42 187.09 -
System Red Green Blue C M Y K H S L
Decimal 202 83 88 0 0.59 0.56 0.21 357.48 0.53 0.56
Hex CA 53 58 0 3B 38 15 165 35 38
Octal 312 123 130 0 73 70 25 545 65 70
Binary 11001010 1010011 1011000 0 111011 111000 10101 101100101 110101 111000

Color Harmonies of #CA5358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5358

Black with #CA5358

Text Example


Text Example

White with #CA5358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5358; }

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

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

background-color css

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

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

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

border-color css

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

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

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