Html Css Color HEX #C84532 Grenadier

📋 copy color: '#C84532'

red 200 ◦ green 69 ◦ blue 50

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

Shades of Grenadier #C84532

Tints of Grenadier #C84532

RGB

 RED value IS 200 (78.52% from 255) = 62.7%

 GREEN value IS 69 (27.34% from 255) = 21.63%

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

R = 62.7%
G = 21.63%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C84532 (or 0xC84532) is known color: Grenadier. HEX triplet: C8, 45 and 32. RGB value is (200,69,50). Sum of RGB (Red+Green+Blue) = 200+69+50=319 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.70% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 200 - color contains mainly: red. Hex color #C84532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84532 is #37BACD. Grayscale: #6A6A6A. Windows color (decimal): -3652302 or 3294664. OLE color: 3294664.

HSL color Cylindrical-coordinate representation of color #C84532: hue angle of 7.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C84532 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 69 50 -
CMYK 0 0.66 0.75 0.22
HSL 7.6º 0.6% 0.49% -
HSV(B) 7.6º 0.75% 0.78% -
XYZ 26.52 16.77 4.86 -
YUV 106 96.4 195.04 -
System Red Green Blue C M Y K H S L
Decimal 200 69 50 0 0.66 0.75 0.22 7.6 0.6 0.49
Hex C8 45 32 0 42 4B 16 8 3C 31
Octal 310 105 62 0 102 113 26 10 74 61
Binary 11001000 1000101 110010 0 1000010 1001011 10110 1000 111100 110001

Color Harmonies of #C84532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84532

Black with #C84532

Text Example


Text Example

White with #C84532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84532; }

 p { color: rgb(200,69,50); }

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

background-color css

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

 a { background-color: rgb(200,69,50); }

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

border-color css

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

 span { border-color: rgb(200,69,50); }

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