Html Css Color HEX #C4473C Grenadier

📋 copy color: '#C4473C'

red 196 ◦ green 71 ◦ blue 60

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

Shades of Grenadier #C4473C

Tints of Grenadier #C4473C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.71%

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

R = 59.94%
G = 21.71%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C4473C (or 0xC4473C) is known color: Grenadier. HEX triplet: C4, 47 and 3C. RGB value is (196,71,60). Sum of RGB (Red+Green+Blue) = 196+71+60=327 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.94% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 196 - color contains mainly: red. Hex color #C4473C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4473C is #3BB8C3. Grayscale: #6B6B6B. Windows color (decimal): -3913924 or 3950532. OLE color: 3950532.

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

Color convert

RGB 196 71 60 -
CMYK 0 0.64 0.69 0.23
HSL 4.85º 0.54% 0.5% -
HSV(B) 4.85º 0.69% 0.77% -
XYZ 25.83 16.57 6.11 -
YUV 107.12 101.41 191.39 -
System Red Green Blue C M Y K H S L
Decimal 196 71 60 0 0.64 0.69 0.23 4.85 0.54 0.5
Hex C4 47 3C 0 40 45 17 5 36 32
Octal 304 107 74 0 100 105 27 5 66 62
Binary 11000100 1000111 111100 0 1000000 1000101 10111 101 110110 110010

Color Harmonies of #C4473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4473C

Black with #C4473C

Text Example


Text Example

White with #C4473C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4473C; }

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

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

background-color css

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

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

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

border-color css

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

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

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