Html Css Color HEX #CA494E Mandy

📋 copy color: '#CA494E'

red 202 ◦ green 73 ◦ blue 78

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

Shades of Mandy #CA494E

Tints of Mandy #CA494E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.68%

 BLUE value IS 78 (30.86% from 255) = 22.1%

R = 57.22%
G = 20.68%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#CA494E (or 0xCA494E) is known color: Mandy. HEX triplet: CA, 49 and 4E. RGB value is (202,73,78). Sum of RGB (Red+Green+Blue) = 202+73+78=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 78 (30.86% from 255 or 22.10% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA494E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA494E is #35B6B1. Grayscale: #707070. Windows color (decimal): -3520178 or 5130698. OLE color: 5130698.

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

Color convert

RGB 202 73 78 -
CMYK 0 0.64 0.61 0.21
HSL 357.67º 0.55% 0.54% -
HSV(B) 357.67º 0.64% 0.79% -
XYZ 28.11 17.87 9.18 -
YUV 112.14 108.74 192.09 -
System Red Green Blue C M Y K H S L
Decimal 202 73 78 0 0.64 0.61 0.21 357.67 0.55 0.54
Hex CA 49 4E 0 40 3D 15 166 37 36
Octal 312 111 116 0 100 75 25 546 67 66
Binary 11001010 1001001 1001110 0 1000000 111101 10101 101100110 110111 110110

Color Harmonies of #CA494E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA494E

Black with #CA494E

Text Example


Text Example

White with #CA494E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA494E; }

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

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

background-color css

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

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

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

border-color css

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

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

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