Html Css Color HEX #CA5B5D Mandy

📋 copy color: '#CA5B5D'

red 202 ◦ green 91 ◦ blue 93

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

Shades of Mandy #CA5B5D

Tints of Mandy #CA5B5D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.58%

 BLUE value IS 93 (36.72% from 255) = 24.09%

R = 52.33%
G = 23.58%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA5B5D (or 0xCA5B5D) is known color: Mandy. HEX triplet: CA, 5B and 5D. RGB value is (202,91,93). Sum of RGB (Red+Green+Blue) = 202+91+93=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5B5D is #35A4A2. Grayscale: #7C7C7C. Windows color (decimal): -3515555 or 6118346. OLE color: 6118346.

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

Color convert

RGB 202 91 93 -
CMYK 0 0.55 0.54 0.21
HSL 358.92º 0.51% 0.57% -
HSV(B) 358.92º 0.55% 0.79% -
XYZ 30.07 20.83 12.79 -
YUV 124.42 110.27 183.34 -
System Red Green Blue C M Y K H S L
Decimal 202 91 93 0 0.55 0.54 0.21 358.92 0.51 0.57
Hex CA 5B 5D 0 37 36 15 167 33 39
Octal 312 133 135 0 67 66 25 547 63 71
Binary 11001010 1011011 1011101 0 110111 110110 10101 101100111 110011 111001

Color Harmonies of #CA5B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5B5D

Black with #CA5B5D

Text Example


Text Example

White with #CA5B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5B5D; }

 p { color: rgb(202,91,93); }

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

background-color css

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

 a { background-color: rgb(202,91,93); }

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

border-color css

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

 span { border-color: rgb(202,91,93); }

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