Html Css Color HEX #C4413C Grenadier

📋 copy color: '#C4413C'

red 196 ◦ green 65 ◦ blue 60

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

Shades of Grenadier #C4413C

Tints of Grenadier #C4413C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.25%

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

R = 61.06%
G = 20.25%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C4413C (or 0xC4413C) is known color: Grenadier. HEX triplet: C4, 41 and 3C. RGB value is (196,65,60). Sum of RGB (Red+Green+Blue) = 196+65+60=321 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.06% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 196 - color contains mainly: red. Hex color #C4413C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4413C is #3BBEC3. Grayscale: #676767. Windows color (decimal): -3915460 or 3948996. OLE color: 3948996.

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

Color convert

RGB 196 65 60 -
CMYK 0 0.67 0.69 0.23
HSL 2.21º 0.54% 0.5% -
HSV(B) 2.21º 0.69% 0.77% -
XYZ 25.47 15.84 5.99 -
YUV 103.6 103.4 193.91 -
System Red Green Blue C M Y K H S L
Decimal 196 65 60 0 0.67 0.69 0.23 2.21 0.54 0.5
Hex C4 41 3C 0 43 45 17 2 36 32
Octal 304 101 74 0 103 105 27 2 66 62
Binary 11000100 1000001 111100 0 1000011 1000101 10111 10 110110 110010

Color Harmonies of #C4413C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4413C

Black with #C4413C

Text Example


Text Example

White with #C4413C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4413C; }

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

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

background-color css

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

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

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

border-color css

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

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

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