Html Css Color HEX #C3494D Mandy

📋 copy color: '#C3494D'

red 195 ◦ green 73 ◦ blue 77

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

Shades of Mandy #C3494D

Tints of Mandy #C3494D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.32%

R = 56.52%
G = 21.16%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C3494D (or 0xC3494D) is known color: Mandy. HEX triplet: C3, 49 and 4D. RGB value is (195,73,77). Sum of RGB (Red+Green+Blue) = 195+73+77=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C3494D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3494D is #3CB6B2. Grayscale: #6E6E6E. Windows color (decimal): -3978931 or 5065155. OLE color: 5065155.

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

Color convert

RGB 195 73 77 -
CMYK 0 0.63 0.61 0.24
HSL 358.03º 0.5% 0.53% -
HSV(B) 358.03º 0.63% 0.76% -
XYZ 26.23 16.9 8.9 -
YUV 109.93 109.42 188.67 -
System Red Green Blue C M Y K H S L
Decimal 195 73 77 0 0.63 0.61 0.24 358.03 0.5 0.53
Hex C3 49 4D 0 3F 3D 18 166 32 35
Octal 303 111 115 0 77 75 30 546 62 65
Binary 11000011 1001001 1001101 0 111111 111101 11000 101100110 110010 110101

Color Harmonies of #C3494D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3494D

Black with #C3494D

Text Example


Text Example

White with #C3494D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3494D; }

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

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

background-color css

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

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

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

border-color css

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

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

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