Html Css Color HEX #CA494C Mandy

📋 copy color: '#CA494C'

red 202 ◦ green 73 ◦ blue 76

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

Shades of Mandy #CA494C

Tints of Mandy #CA494C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.65%

R = 57.55%
G = 20.8%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#CA494C (or 0xCA494C) is known color: Mandy. HEX triplet: CA, 49 and 4C. RGB value is (202,73,76). Sum of RGB (Red+Green+Blue) = 202+73+76=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA494C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA494C is #35B6B3. Grayscale: #707070. Windows color (decimal): -3520180 or 4999626. OLE color: 4999626.

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

Color convert

RGB 202 73 76 -
CMYK 0 0.64 0.62 0.21
HSL 358.6º 0.55% 0.54% -
HSV(B) 358.6º 0.64% 0.79% -
XYZ 28.04 17.84 8.8 -
YUV 111.91 107.74 192.26 -
System Red Green Blue C M Y K H S L
Decimal 202 73 76 0 0.64 0.62 0.21 358.6 0.55 0.54
Hex CA 49 4C 0 40 3E 15 167 37 36
Octal 312 111 114 0 100 76 25 547 67 66
Binary 11001010 1001001 1001100 0 1000000 111110 10101 101100111 110111 110110

Color Harmonies of #CA494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA494C

Black with #CA494C

Text Example


Text Example

White with #CA494C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA494C; }

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

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

background-color css

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

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

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

border-color css

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

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

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