Html Css Color HEX #C04C37 Grenadier

📋 copy color: '#C04C37'

red 192 ◦ green 76 ◦ blue 55

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

Shades of Grenadier #C04C37

Tints of Grenadier #C04C37

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.53%

 BLUE value IS 55 (21.88% from 255) = 17.03%

R = 59.44%
G = 23.53%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C04C37 (or 0xC04C37) is known color: Grenadier. HEX triplet: C0, 4C and 37. RGB value is (192,76,55). Sum of RGB (Red+Green+Blue) = 192+76+55=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 76 (30.08% from 255 or 23.53% from 323); Blue value is 55 (21.88% from 255 or 17.03% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04C37 is #3FB3C8. Grayscale: #6C6C6C. Windows color (decimal): -4174793 or 3624128. OLE color: 3624128.

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

Color convert

RGB 192 76 55 -
CMYK 0 0.60 0.71 0.25
HSL 9.2º 0.55% 0.48% -
HSV(B) 9.2º 0.71% 0.75% -
XYZ 25.01 16.65 5.51 -
YUV 108.29 97.93 187.71 -
System Red Green Blue C M Y K H S L
Decimal 192 76 55 0 0.60 0.71 0.25 9.2 0.55 0.48
Hex C0 4C 37 0 3C 47 19 9 37 30
Octal 300 114 67 0 74 107 31 11 67 60
Binary 11000000 1001100 110111 0 111100 1000111 11001 1001 110111 110000

Color Harmonies of #C04C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04C37

Black with #C04C37

Text Example


Text Example

White with #C04C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04C37; }

 p { color: rgb(192,76,55); }

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

background-color css

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

 a { background-color: rgb(192,76,55); }

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

border-color css

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

 span { border-color: rgb(192,76,55); }

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