Html Css Color HEX #C75140 Grenadier

📋 copy color: '#C75140'

red 199 ◦ green 81 ◦ blue 64

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

Shades of Grenadier #C75140

Tints of Grenadier #C75140

RGB

 RED value IS 199 (78.13% from 255) = 57.85%

 GREEN value IS 81 (32.03% from 255) = 23.55%

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

R = 57.85%
G = 23.55%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C75140 (or 0xC75140) is known color: Grenadier. HEX triplet: C7, 51 and 40. RGB value is (199,81,64). Sum of RGB (Red+Green+Blue) = 199+81+64=344 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.85% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 199 - color contains mainly: red. Hex color #C75140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75140 is #38AEBF. Grayscale: #727272. Windows color (decimal): -3714752 or 4215239. OLE color: 4215239.

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

Color convert

RGB 199 81 64 -
CMYK 0 0.59 0.68 0.22
HSL 7.56º 0.55% 0.52% -
HSV(B) 7.56º 0.68% 0.78% -
XYZ 27.42 18.4 6.96 -
YUV 114.34 99.59 188.38 -
System Red Green Blue C M Y K H S L
Decimal 199 81 64 0 0.59 0.68 0.22 7.56 0.55 0.52
Hex C7 51 40 0 3B 44 16 8 37 34
Octal 307 121 100 0 73 104 26 10 67 64
Binary 11000111 1010001 1000000 0 111011 1000100 10110 1000 110111 110100

Color Harmonies of #C75140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75140

Black with #C75140

Text Example


Text Example

White with #C75140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75140; }

 p { color: rgb(199,81,64); }

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

background-color css

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

 a { background-color: rgb(199,81,64); }

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

border-color css

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

 span { border-color: rgb(199,81,64); }

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