Html Css Color HEX #C04C3C Grenadier

📋 copy color: '#C04C3C'

red 192 ◦ green 76 ◦ blue 60

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

Shades of Grenadier #C04C3C

Tints of Grenadier #C04C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.29%

R = 58.54%
G = 23.17%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C04C3C (or 0xC04C3C) is known color: Grenadier. HEX triplet: C0, 4C and 3C. RGB value is (192,76,60). Sum of RGB (Red+Green+Blue) = 192+76+60=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04C3C is #3FB3C3. Grayscale: #6D6D6D. Windows color (decimal): -4174788 or 3951808. OLE color: 3951808.

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

Color convert

RGB 192 76 60 -
CMYK 0 0.60 0.69 0.25
HSL 7.27º 0.52% 0.49% -
HSV(B) 7.27º 0.69% 0.75% -
XYZ 25.14 16.7 6.17 -
YUV 108.86 100.43 187.3 -
System Red Green Blue C M Y K H S L
Decimal 192 76 60 0 0.60 0.69 0.25 7.27 0.52 0.49
Hex C0 4C 3C 0 3C 45 19 7 34 31
Octal 300 114 74 0 74 105 31 7 64 61
Binary 11000000 1001100 111100 0 111100 1000101 11001 111 110100 110001

Color Harmonies of #C04C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04C3C

Black with #C04C3C

Text Example


Text Example

White with #C04C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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