Html Css Color HEX #C9463F Grenadier

📋 copy color: '#C9463F'

red 201 ◦ green 70 ◦ blue 63

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

Shades of Grenadier #C9463F

Tints of Grenadier #C9463F

RGB

 RED value IS 201 (78.91% from 255) = 60.18%

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

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

R = 60.18%
G = 20.96%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9463F (or 0xC9463F) is known color: Grenadier. HEX triplet: C9, 46 and 3F. RGB value is (201,70,63). Sum of RGB (Red+Green+Blue) = 201+70+63=334 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.18% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 201 - color contains mainly: red. Hex color #C9463F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9463F is #36B9C0. Grayscale: #6C6C6C. Windows color (decimal): -3586497 or 4146889. OLE color: 4146889.

HSL color Cylindrical-coordinate representation of color #C9463F: hue angle of 3.04º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C9463F is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 70 63 -
CMYK 0 0.65 0.69 0.21
HSL 3.04º 0.56% 0.52% -
HSV(B) 3.04º 0.69% 0.79% -
XYZ 27.17 17.16 6.58 -
YUV 108.37 102.4 194.07 -
System Red Green Blue C M Y K H S L
Decimal 201 70 63 0 0.65 0.69 0.21 3.04 0.56 0.52
Hex C9 46 3F 0 41 45 15 3 38 34
Octal 311 106 77 0 101 105 25 3 70 64
Binary 11001001 1000110 111111 0 1000001 1000101 10101 11 111000 110100

Color Harmonies of #C9463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9463F

Black with #C9463F

Text Example


Text Example

White with #C9463F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9463F; }

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

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

background-color css

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

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

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

border-color css

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

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

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