Html Css Color HEX #C64231 Grenadier

📋 copy color: '#C64231'

red 198 ◦ green 66 ◦ blue 49

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

Shades of Grenadier #C64231

Tints of Grenadier #C64231

RGB

 RED value IS 198 (77.73% from 255) = 63.26%

 GREEN value IS 66 (26.17% from 255) = 21.09%

 BLUE value IS 49 (19.53% from 255) = 15.65%

R = 63.26%
G = 21.09%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C64231 (or 0xC64231) is known color: Grenadier. HEX triplet: C6, 42 and 31. RGB value is (198,66,49). Sum of RGB (Red+Green+Blue) = 198+66+49=313 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.26% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 198 - color contains mainly: red. Hex color #C64231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64231 is #39BDCE. Grayscale: #676767. Windows color (decimal): -3784143 or 3228358. OLE color: 3228358.

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

Color convert

RGB 198 66 49 -
CMYK 0 0.67 0.75 0.22
HSL 6.85º 0.6% 0.48% -
HSV(B) 6.85º 0.75% 0.78% -
XYZ 25.79 16.12 4.66 -
YUV 103.53 97.23 195.38 -
System Red Green Blue C M Y K H S L
Decimal 198 66 49 0 0.67 0.75 0.22 6.85 0.6 0.48
Hex C6 42 31 0 43 4B 16 7 3C 30
Octal 306 102 61 0 103 113 26 7 74 60
Binary 11000110 1000010 110001 0 1000011 1001011 10110 111 111100 110000

Color Harmonies of #C64231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64231

Black with #C64231

Text Example


Text Example

White with #C64231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64231; }

 p { color: rgb(198,66,49); }

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

background-color css

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

 a { background-color: rgb(198,66,49); }

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

border-color css

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

 span { border-color: rgb(198,66,49); }

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