Html Css Color HEX #C04F33 Grenadier

📋 copy color: '#C04F33'

red 192 ◦ green 79 ◦ blue 51

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

Shades of Grenadier #C04F33

Tints of Grenadier #C04F33

RGB

 RED value IS 192 (75.39% from 255) = 59.63%

 GREEN value IS 79 (31.25% from 255) = 24.53%

 BLUE value IS 51 (20.31% from 255) = 15.84%

R = 59.63%
G = 24.53%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C04F33 (or 0xC04F33) is known color: Grenadier. HEX triplet: C0, 4F and 33. RGB value is (192,79,51). Sum of RGB (Red+Green+Blue) = 192+79+51=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 79 (31.25% from 255 or 24.53% from 322); Blue value is 51 (20.31% from 255 or 15.84% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C04F33 is #3FB0CC. Grayscale: #6D6D6D. Windows color (decimal): -4174029 or 3362752. OLE color: 3362752.

HSL color Cylindrical-coordinate representation of color #C04F33: hue angle of 11.91º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C04F33 is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 79 51 -
CMYK 0 0.59 0.73 0.25
HSL 11.91º 0.58% 0.48% -
HSV(B) 11.91º 0.73% 0.75% -
XYZ 25.13 17.04 5.1 -
YUV 109.6 94.94 186.78 -
System Red Green Blue C M Y K H S L
Decimal 192 79 51 0 0.59 0.73 0.25 11.91 0.58 0.48
Hex C0 4F 33 0 3B 49 19 C 3A 30
Octal 300 117 63 0 73 111 31 14 72 60
Binary 11000000 1001111 110011 0 111011 1001001 11001 1100 111010 110000

Color Harmonies of #C04F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04F33

Black with #C04F33

Text Example


Text Example

White with #C04F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04F33; }

 p { color: rgb(192,79,51); }

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

background-color css

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

 a { background-color: rgb(192,79,51); }

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

border-color css

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

 span { border-color: rgb(192,79,51); }

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