Html Css Color HEX #C84C40 Grenadier

📋 copy color: '#C84C40'

red 200 ◦ green 76 ◦ blue 64

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

Shades of Grenadier #C84C40

Tints of Grenadier #C84C40

RGB

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

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

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

R = 58.82%
G = 22.35%
B = 18.82%

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

#C84C40 (or 0xC84C40) is known color: Grenadier. HEX triplet: C8, 4C and 40. RGB value is (200,76,64). Sum of RGB (Red+Green+Blue) = 200+76+64=340 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.82% from 340); Green value is 76 (30.08% from 255 or 22.35% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 200 - color contains mainly: red. Hex color #C84C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84C40 is #37B3BF. Grayscale: #6F6F6F. Windows color (decimal): -3650496 or 4213960. OLE color: 4213960.

HSL color Cylindrical-coordinate representation of color #C84C40: hue angle of 5.29º 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 #C84C40 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 76 64 -
CMYK 0 0.62 0.68 0.22
HSL 5.29º 0.55% 0.52% -
HSV(B) 5.29º 0.68% 0.78% -
XYZ 27.33 17.82 6.85 -
YUV 111.71 101.08 190.98 -
System Red Green Blue C M Y K H S L
Decimal 200 76 64 0 0.62 0.68 0.22 5.29 0.55 0.52
Hex C8 4C 40 0 3E 44 16 5 37 34
Octal 310 114 100 0 76 104 26 5 67 64
Binary 11001000 1001100 1000000 0 111110 1000100 10110 101 110111 110100

Color Harmonies of #C84C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84C40

Black with #C84C40

Text Example


Text Example

White with #C84C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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