Html Css Color HEX #CA515D Mandy

📋 copy color: '#CA515D'

red 202 ◦ green 81 ◦ blue 93

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

Shades of Mandy #CA515D

Tints of Mandy #CA515D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.54%

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

R = 53.72%
G = 21.54%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA515D (or 0xCA515D) is known color: Mandy. HEX triplet: CA, 51 and 5D. RGB value is (202,81,93). Sum of RGB (Red+Green+Blue) = 202+81+93=376 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.72% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 93 (36.72% from 255 or 24.73% from 376); Max value from RGB is 202 - color contains mainly: red. Hex color #CA515D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA515D is #35AEA2. Grayscale: #767676. Windows color (decimal): -3518115 or 6115786. OLE color: 6115786.

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

Color convert

RGB 202 81 93 -
CMYK 0 0.60 0.54 0.21
HSL 354.05º 0.53% 0.55% -
HSV(B) 354.05º 0.6% 0.79% -
XYZ 29.28 19.23 12.53 -
YUV 118.55 113.59 187.52 -
System Red Green Blue C M Y K H S L
Decimal 202 81 93 0 0.60 0.54 0.21 354.05 0.53 0.55
Hex CA 51 5D 0 3C 36 15 162 35 37
Octal 312 121 135 0 74 66 25 542 65 67
Binary 11001010 1010001 1011101 0 111100 110110 10101 101100010 110101 110111

Color Harmonies of #CA515D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA515D

Black with #CA515D

Text Example


Text Example

White with #CA515D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA515D; }

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

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

background-color css

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

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

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

border-color css

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

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

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