Html Css Color HEX #C4493C Grenadier

📋 copy color: '#C4493C'

red 196 ◦ green 73 ◦ blue 60

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

Shades of Grenadier #C4493C

Tints of Grenadier #C4493C

RGB

 RED value IS 196 (76.95% from 255) = 59.57%

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

 BLUE value IS 60 (23.83% from 255) = 18.24%

R = 59.57%
G = 22.19%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C4493C (or 0xC4493C) is known color: Grenadier. HEX triplet: C4, 49 and 3C. RGB value is (196,73,60). Sum of RGB (Red+Green+Blue) = 196+73+60=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C4493C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4493C is #3BB6C3. Grayscale: #6C6C6C. Windows color (decimal): -3913412 or 3951044. OLE color: 3951044.

HSL color Cylindrical-coordinate representation of color #C4493C: hue angle of 5.74º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C4493C is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 73 60 -
CMYK 0 0.63 0.69 0.23
HSL 5.74º 0.54% 0.5% -
HSV(B) 5.74º 0.69% 0.77% -
XYZ 25.96 16.83 6.15 -
YUV 108.3 100.75 190.56 -
System Red Green Blue C M Y K H S L
Decimal 196 73 60 0 0.63 0.69 0.23 5.74 0.54 0.5
Hex C4 49 3C 0 3F 45 17 6 36 32
Octal 304 111 74 0 77 105 27 6 66 62
Binary 11000100 1001001 111100 0 111111 1000101 10111 110 110110 110010

Color Harmonies of #C4493C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4493C

Black with #C4493C

Text Example


Text Example

White with #C4493C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4493C; }

 p { color: rgb(196,73,60); }

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

background-color css

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

 a { background-color: rgb(196,73,60); }

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

border-color css

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

 span { border-color: rgb(196,73,60); }

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