Html Css Color HEX #C4423E Grenadier

📋 copy color: '#C4423E'

red 196 ◦ green 66 ◦ blue 62

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

Shades of Grenadier #C4423E

Tints of Grenadier #C4423E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.37%

 BLUE value IS 62 (24.61% from 255) = 19.14%

R = 60.49%
G = 20.37%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C4423E (or 0xC4423E) is known color: Grenadier. HEX triplet: C4, 42 and 3E. RGB value is (196,66,62). Sum of RGB (Red+Green+Blue) = 196+66+62=324 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.49% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 62 (24.61% from 255 or 19.14% from 324); Max value from RGB is 196 - color contains mainly: red. Hex color #C4423E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4423E is #3BBDC1. Grayscale: #686868. Windows color (decimal): -3915202 or 4080324. OLE color: 4080324.

HSL color Cylindrical-coordinate representation of color #C4423E: hue angle of 1.79º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C4423E is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 66 62 -
CMYK 0 0.66 0.68 0.23
HSL 1.79º 0.53% 0.51% -
HSV(B) 1.79º 0.68% 0.77% -
XYZ 25.58 15.98 6.29 -
YUV 104.41 104.07 193.33 -
System Red Green Blue C M Y K H S L
Decimal 196 66 62 0 0.66 0.68 0.23 1.79 0.53 0.51
Hex C4 42 3E 0 42 44 17 2 35 33
Octal 304 102 76 0 102 104 27 2 65 63
Binary 11000100 1000010 111110 0 1000010 1000100 10111 10 110101 110011

Color Harmonies of #C4423E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4423E

Black with #C4423E

Text Example


Text Example

White with #C4423E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4423E; }

 p { color: rgb(196,66,62); }

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

background-color css

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

 a { background-color: rgb(196,66,62); }

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

border-color css

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

 span { border-color: rgb(196,66,62); }

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