Html Css Color HEX #C04F40 Grenadier

📋 copy color: '#C04F40'

red 192 ◦ green 79 ◦ blue 64

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

Shades of Grenadier #C04F40

Tints of Grenadier #C04F40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.1%

R = 57.31%
G = 23.58%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C04F40 (or 0xC04F40) is known color: Grenadier. HEX triplet: C0, 4F and 40. RGB value is (192,79,64). Sum of RGB (Red+Green+Blue) = 192+79+64=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 79 (31.25% from 255 or 23.58% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C04F40 is #3FB0BF. Grayscale: #6F6F6F. Windows color (decimal): -4174016 or 4214720. OLE color: 4214720.

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

Color convert

RGB 192 79 64 -
CMYK 0 0.59 0.67 0.25
HSL 7.03º 0.5% 0.5% -
HSV(B) 7.03º 0.67% 0.75% -
XYZ 25.46 17.17 6.82 -
YUV 111.08 101.44 185.72 -
System Red Green Blue C M Y K H S L
Decimal 192 79 64 0 0.59 0.67 0.25 7.03 0.5 0.5
Hex C0 4F 40 0 3B 43 19 7 32 32
Octal 300 117 100 0 73 103 31 7 62 62
Binary 11000000 1001111 1000000 0 111011 1000011 11001 111 110010 110010

Color Harmonies of #C04F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04F40

Black with #C04F40

Text Example


Text Example

White with #C04F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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