Html Css Color HEX #C64B3E Grenadier

📋 copy color: '#C64B3E'

red 198 ◦ green 75 ◦ blue 62

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

Shades of Grenadier #C64B3E

Tints of Grenadier #C64B3E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.39%

 BLUE value IS 62 (24.61% from 255) = 18.51%

R = 59.1%
G = 22.39%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C64B3E (or 0xC64B3E) is known color: Grenadier. HEX triplet: C6, 4B and 3E. RGB value is (198,75,62). Sum of RGB (Red+Green+Blue) = 198+75+62=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64B3E is #39B4C1. Grayscale: #6E6E6E. Windows color (decimal): -3781826 or 4082630. OLE color: 4082630.

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

Color convert

RGB 198 75 62 -
CMYK 0 0.62 0.69 0.22
HSL 5.74º 0.54% 0.51% -
HSV(B) 5.74º 0.69% 0.78% -
XYZ 26.67 17.39 6.51 -
YUV 110.3 100.75 190.56 -
System Red Green Blue C M Y K H S L
Decimal 198 75 62 0 0.62 0.69 0.22 5.74 0.54 0.51
Hex C6 4B 3E 0 3E 45 16 6 36 33
Octal 306 113 76 0 76 105 26 6 66 63
Binary 11000110 1001011 111110 0 111110 1000101 10110 110 110110 110011

Color Harmonies of #C64B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64B3E

Black with #C64B3E

Text Example


Text Example

White with #C64B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64B3E; }

 p { color: rgb(198,75,62); }

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

background-color css

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

 a { background-color: rgb(198,75,62); }

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

border-color css

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

 span { border-color: rgb(198,75,62); }

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