Html Css Color HEX #C04632 Grenadier

📋 copy color: '#C04632'

red 192 ◦ green 70 ◦ blue 50

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

Shades of Grenadier #C04632

Tints of Grenadier #C04632

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.44%

 BLUE value IS 50 (19.92% from 255) = 16.03%

R = 61.54%
G = 22.44%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C04632 (or 0xC04632) is known color: Grenadier. HEX triplet: C0, 46 and 32. RGB value is (192,70,50). Sum of RGB (Red+Green+Blue) = 192+70+50=312 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.54% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 192 - color contains mainly: red. Hex color #C04632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04632 is #3FB9CD. Grayscale: #686868. Windows color (decimal): -4176334 or 3294912. OLE color: 3294912.

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

Color convert

RGB 192 70 50 -
CMYK 0 0.64 0.74 0.25
HSL 8.45º 0.59% 0.47% -
HSV(B) 8.45º 0.74% 0.75% -
XYZ 24.5 15.82 4.78 -
YUV 104.2 97.42 190.63 -
System Red Green Blue C M Y K H S L
Decimal 192 70 50 0 0.64 0.74 0.25 8.45 0.59 0.47
Hex C0 46 32 0 40 4A 19 8 3B 2F
Octal 300 106 62 0 100 112 31 10 73 57
Binary 11000000 1000110 110010 0 1000000 1001010 11001 1000 111011 101111

Color Harmonies of #C04632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04632

Black with #C04632

Text Example


Text Example

White with #C04632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04632; }

 p { color: rgb(192,70,50); }

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

background-color css

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

 a { background-color: rgb(192,70,50); }

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

border-color css

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

 span { border-color: rgb(192,70,50); }

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