Html Css Color HEX #C3494A Mandy

📋 copy color: '#C3494A'

red 195 ◦ green 73 ◦ blue 74

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

Shades of Mandy #C3494A

Tints of Mandy #C3494A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.64%

R = 57.02%
G = 21.35%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C3494A (or 0xC3494A) is known color: Mandy. HEX triplet: C3, 49 and 4A. RGB value is (195,73,74). Sum of RGB (Red+Green+Blue) = 195+73+74=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C3494A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3494A is #3CB6B5. Grayscale: #6D6D6D. Windows color (decimal): -3978934 or 4868547. OLE color: 4868547.

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

Color convert

RGB 195 73 74 -
CMYK 0 0.63 0.62 0.24
HSL 359.51º 0.5% 0.53% -
HSV(B) 359.51º 0.63% 0.76% -
XYZ 26.12 16.86 8.36 -
YUV 109.59 107.92 188.92 -
System Red Green Blue C M Y K H S L
Decimal 195 73 74 0 0.63 0.62 0.24 359.51 0.5 0.53
Hex C3 49 4A 0 3F 3E 18 168 32 35
Octal 303 111 112 0 77 76 30 550 62 65
Binary 11000011 1001001 1001010 0 111111 111110 11000 101101000 110010 110101

Color Harmonies of #C3494A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3494A

Black with #C3494A

Text Example


Text Example

White with #C3494A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3494A; }

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

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

background-color css

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

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

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

border-color css

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

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

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