Html Css Color HEX #C3494F Mandy

📋 copy color: '#C3494F'

red 195 ◦ green 73 ◦ blue 79

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

Shades of Mandy #C3494F

Tints of Mandy #C3494F

RGB

 RED value IS 195 (76.56% from 255) = 56.2%

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

 BLUE value IS 79 (31.25% from 255) = 22.77%

R = 56.2%
G = 21.04%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C3494F (or 0xC3494F) is known color: Mandy. HEX triplet: C3, 49 and 4F. RGB value is (195,73,79). Sum of RGB (Red+Green+Blue) = 195+73+79=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 79 (31.25% from 255 or 22.77% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C3494F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3494F is #3CB6B0. Grayscale: #6E6E6E. Windows color (decimal): -3978929 or 5196227. OLE color: 5196227.

HSL color Cylindrical-coordinate representation of color #C3494F: hue angle of 357.05º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C3494F is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 73 79 -
CMYK 0 0.63 0.59 0.24
HSL 357.05º 0.5% 0.53% -
HSV(B) 357.05º 0.63% 0.76% -
XYZ 26.3 16.93 9.28 -
YUV 110.16 110.42 188.51 -
System Red Green Blue C M Y K H S L
Decimal 195 73 79 0 0.63 0.59 0.24 357.05 0.5 0.53
Hex C3 49 4F 0 3F 3B 18 165 32 35
Octal 303 111 117 0 77 73 30 545 62 65
Binary 11000011 1001001 1001111 0 111111 111011 11000 101100101 110010 110101

Color Harmonies of #C3494F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3494F

Black with #C3494F

Text Example


Text Example

White with #C3494F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3494F; }

 p { color: rgb(195,73,79); }

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

background-color css

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

 a { background-color: rgb(195,73,79); }

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

border-color css

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

 span { border-color: rgb(195,73,79); }

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