Html Css Color HEX #C64338 Grenadier

📋 copy color: '#C64338'

red 198 ◦ green 67 ◦ blue 56

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

Shades of Grenadier #C64338

Tints of Grenadier #C64338

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.87%

 BLUE value IS 56 (22.27% from 255) = 17.45%

R = 61.68%
G = 20.87%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C64338 (or 0xC64338) is known color: Grenadier. HEX triplet: C6, 43 and 38. RGB value is (198,67,56). Sum of RGB (Red+Green+Blue) = 198+67+56=321 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.68% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 198 - color contains mainly: red. Hex color #C64338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64338 is #39BCC7. Grayscale: #696969. Windows color (decimal): -3783880 or 3687366. OLE color: 3687366.

HSL color Cylindrical-coordinate representation of color #C64338: hue angle of 4.65º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C64338 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 67 56 -
CMYK 0 0.66 0.72 0.22
HSL 4.65º 0.56% 0.5% -
HSV(B) 4.65º 0.72% 0.78% -
XYZ 26.01 16.31 5.52 -
YUV 104.92 100.4 194.39 -
System Red Green Blue C M Y K H S L
Decimal 198 67 56 0 0.66 0.72 0.22 4.65 0.56 0.5
Hex C6 43 38 0 42 48 16 5 38 32
Octal 306 103 70 0 102 110 26 5 70 62
Binary 11000110 1000011 111000 0 1000010 1001000 10110 101 111000 110010

Color Harmonies of #C64338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64338

Black with #C64338

Text Example


Text Example

White with #C64338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64338; }

 p { color: rgb(198,67,56); }

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

background-color css

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

 a { background-color: rgb(198,67,56); }

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

border-color css

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

 span { border-color: rgb(198,67,56); }

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