Html Css Color HEX #C45038 Grenadier

📋 copy color: '#C45038'

red 196 ◦ green 80 ◦ blue 56

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

Shades of Grenadier #C45038

Tints of Grenadier #C45038

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.1%

 BLUE value IS 56 (22.27% from 255) = 16.87%

R = 59.04%
G = 24.1%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C45038 (or 0xC45038) is known color: Grenadier. HEX triplet: C4, 50 and 38. RGB value is (196,80,56). Sum of RGB (Red+Green+Blue) = 196+80+56=332 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.04% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 196 - color contains mainly: red. Hex color #C45038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45038 is #3BAFC7. Grayscale: #707070. Windows color (decimal): -3911624 or 3690692. OLE color: 3690692.

HSL color Cylindrical-coordinate representation of color #C45038: hue angle of 10.29º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C45038 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 80 56 -
CMYK 0 0.59 0.71 0.23
HSL 10.29º 0.56% 0.49% -
HSV(B) 10.29º 0.71% 0.77% -
XYZ 26.35 17.76 5.78 -
YUV 111.95 96.43 187.95 -
System Red Green Blue C M Y K H S L
Decimal 196 80 56 0 0.59 0.71 0.23 10.29 0.56 0.49
Hex C4 50 38 0 3B 47 17 A 38 31
Octal 304 120 70 0 73 107 27 12 70 61
Binary 11000100 1010000 111000 0 111011 1000111 10111 1010 111000 110001

Color Harmonies of #C45038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45038

Black with #C45038

Text Example


Text Example

White with #C45038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45038; }

 p { color: rgb(196,80,56); }

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

background-color css

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

 a { background-color: rgb(196,80,56); }

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

border-color css

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

 span { border-color: rgb(196,80,56); }

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