Html Css Color HEX #C85040 Grenadier

📋 copy color: '#C85040'

red 200 ◦ green 80 ◦ blue 64

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

Shades of Grenadier #C85040

Tints of Grenadier #C85040

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.26%

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

R = 58.14%
G = 23.26%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C85040 (or 0xC85040) is known color: Grenadier. HEX triplet: C8, 50 and 40. RGB value is (200,80,64). Sum of RGB (Red+Green+Blue) = 200+80+64=344 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.14% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 200 - color contains mainly: red. Hex color #C85040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85040 is #37AFBF. Grayscale: #727272. Windows color (decimal): -3649472 or 4214984. OLE color: 4214984.

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

Color convert

RGB 200 80 64 -
CMYK 0 0.6 0.68 0.22
HSL 7.06º 0.55% 0.52% -
HSV(B) 7.06º 0.68% 0.78% -
XYZ 27.61 18.39 6.94 -
YUV 114.06 99.76 189.3 -
System Red Green Blue C M Y K H S L
Decimal 200 80 64 0 0.6 0.68 0.22 7.06 0.55 0.52
Hex C8 50 40 0 3C 44 16 7 37 34
Octal 310 120 100 0 74 104 26 7 67 64
Binary 11001000 1010000 1000000 0 111100 1000100 10110 111 110111 110100

Color Harmonies of #C85040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85040

Black with #C85040

Text Example


Text Example

White with #C85040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85040; }

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

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

background-color css

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

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

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

border-color css

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

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

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