Html Css Color HEX #C6463F Grenadier

📋 copy color: '#C6463F'

red 198 ◦ green 70 ◦ blue 63

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

Shades of Grenadier #C6463F

Tints of Grenadier #C6463F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.15%

 BLUE value IS 63 (25% from 255) = 19.03%

R = 59.82%
G = 21.15%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C6463F (or 0xC6463F) is known color: Grenadier. HEX triplet: C6, 46 and 3F. RGB value is (198,70,63). Sum of RGB (Red+Green+Blue) = 198+70+63=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C6463F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6463F is #39B9C0. Grayscale: #6B6B6B. Windows color (decimal): -3783105 or 4146886. OLE color: 4146886.

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

Color convert

RGB 198 70 63 -
CMYK 0 0.65 0.68 0.22
HSL 3.11º 0.54% 0.51% -
HSV(B) 3.11º 0.68% 0.78% -
XYZ 26.38 16.74 6.54 -
YUV 107.47 102.91 192.57 -
System Red Green Blue C M Y K H S L
Decimal 198 70 63 0 0.65 0.68 0.22 3.11 0.54 0.51
Hex C6 46 3F 0 41 44 16 3 36 33
Octal 306 106 77 0 101 104 26 3 66 63
Binary 11000110 1000110 111111 0 1000001 1000100 10110 11 110110 110011

Color Harmonies of #C6463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6463F

Black with #C6463F

Text Example


Text Example

White with #C6463F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6463F; }

 p { color: rgb(198,70,63); }

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

background-color css

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

 a { background-color: rgb(198,70,63); }

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

border-color css

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

 span { border-color: rgb(198,70,63); }

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