Html Css Color HEX #C84D40 Grenadier

📋 copy color: '#C84D40'

red 200 ◦ green 77 ◦ blue 64

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

Shades of Grenadier #C84D40

Tints of Grenadier #C84D40

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.58%

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

R = 58.65%
G = 22.58%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C84D40 (or 0xC84D40) is known color: Grenadier. HEX triplet: C8, 4D and 40. RGB value is (200,77,64). Sum of RGB (Red+Green+Blue) = 200+77+64=341 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.65% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 200 - color contains mainly: red. Hex color #C84D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C84D40 is #37B2BF. Grayscale: #707070. Windows color (decimal): -3650240 or 4214216. OLE color: 4214216.

HSL color Cylindrical-coordinate representation of color #C84D40: hue angle of 5.74º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C84D40 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 77 64 -
CMYK 0 0.62 0.68 0.22
HSL 5.74º 0.55% 0.52% -
HSV(B) 5.74º 0.68% 0.78% -
XYZ 27.4 17.96 6.87 -
YUV 112.3 100.75 190.56 -
System Red Green Blue C M Y K H S L
Decimal 200 77 64 0 0.62 0.68 0.22 5.74 0.55 0.52
Hex C8 4D 40 0 3E 44 16 6 37 34
Octal 310 115 100 0 76 104 26 6 67 64
Binary 11001000 1001101 1000000 0 111110 1000100 10110 110 110111 110100

Color Harmonies of #C84D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84D40

Black with #C84D40

Text Example


Text Example

White with #C84D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84D40; }

 p { color: rgb(200,77,64); }

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

background-color css

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

 a { background-color: rgb(200,77,64); }

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

border-color css

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

 span { border-color: rgb(200,77,64); }

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