Html Css Color HEX #CA4849 Mandy

📋 copy color: '#CA4849'

red 202 ◦ green 72 ◦ blue 73

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

Shades of Mandy #CA4849

Tints of Mandy #CA4849

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.75%

 BLUE value IS 73 (28.91% from 255) = 21.04%

R = 58.21%
G = 20.75%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA4849 (or 0xCA4849) is known color: Mandy. HEX triplet: CA, 48 and 49. RGB value is (202,72,73). Sum of RGB (Red+Green+Blue) = 202+72+73=347 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.21% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4849 is #35B7B6. Grayscale: #6F6F6F. Windows color (decimal): -3520439 or 4802762. OLE color: 4802762.

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

Color convert

RGB 202 72 73 -
CMYK 0 0.64 0.64 0.21
HSL 359.54º 0.55% 0.54% -
HSV(B) 359.54º 0.64% 0.79% -
XYZ 27.88 17.67 8.25 -
YUV 110.98 106.57 192.92 -
System Red Green Blue C M Y K H S L
Decimal 202 72 73 0 0.64 0.64 0.21 359.54 0.55 0.54
Hex CA 48 49 0 40 40 15 168 37 36
Octal 312 110 111 0 100 100 25 550 67 66
Binary 11001010 1001000 1001001 0 1000000 1000000 10101 101101000 110111 110110

Color Harmonies of #CA4849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4849

Black with #CA4849

Text Example


Text Example

White with #CA4849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4849; }

 p { color: rgb(202,72,73); }

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

background-color css

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

 a { background-color: rgb(202,72,73); }

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

border-color css

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

 span { border-color: rgb(202,72,73); }

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