Html Css Color HEX #C8463F Grenadier

📋 copy color: '#C8463F'

red 200 ◦ green 70 ◦ blue 63

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

Shades of Grenadier #C8463F

Tints of Grenadier #C8463F

RGB

 RED value IS 200 (78.52% from 255) = 60.06%

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

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

R = 60.06%
G = 21.02%
B = 18.92%

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

#C8463F (or 0xC8463F) is known color: Grenadier. HEX triplet: C8, 46 and 3F. RGB value is (200,70,63). Sum of RGB (Red+Green+Blue) = 200+70+63=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 70 (27.73% from 255 or 21.02% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C8463F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8463F is #37B9C0. Grayscale: #6C6C6C. Windows color (decimal): -3652033 or 4146888. OLE color: 4146888.

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

Color convert

RGB 200 70 63 -
CMYK 0 0.65 0.68 0.22
HSL 3.07º 0.55% 0.52% -
HSV(B) 3.07º 0.69% 0.78% -
XYZ 26.91 17.02 6.57 -
YUV 108.07 102.57 193.57 -
System Red Green Blue C M Y K H S L
Decimal 200 70 63 0 0.65 0.68 0.22 3.07 0.55 0.52
Hex C8 46 3F 0 41 44 16 3 37 34
Octal 310 106 77 0 101 104 26 3 67 64
Binary 11001000 1000110 111111 0 1000001 1000100 10110 11 110111 110100

Color Harmonies of #C8463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8463F

Black with #C8463F

Text Example


Text Example

White with #C8463F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8463F; }

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

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

background-color css

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

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

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

border-color css

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

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

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