Html Css Color HEX #C9463B Grenadier

📋 copy color: '#C9463B'

red 201 ◦ green 70 ◦ blue 59

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

Shades of Grenadier #C9463B

Tints of Grenadier #C9463B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.88%

R = 60.91%
G = 21.21%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#C9463B (or 0xC9463B) is known color: Grenadier. HEX triplet: C9, 46 and 3B. RGB value is (201,70,59). Sum of RGB (Red+Green+Blue) = 201+70+59=330 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.91% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 59 (23.44% from 255 or 17.88% from 330); Max value from RGB is 201 - color contains mainly: red. Hex color #C9463B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9463B is #36B9C4. Grayscale: #6C6C6C. Windows color (decimal): -3586501 or 3884745. OLE color: 3884745.

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

Color convert

RGB 201 70 59 -
CMYK 0 0.65 0.71 0.21
HSL 4.65º 0.57% 0.51% -
HSV(B) 4.65º 0.71% 0.79% -
XYZ 27.07 17.11 6.01 -
YUV 107.92 100.4 194.39 -
System Red Green Blue C M Y K H S L
Decimal 201 70 59 0 0.65 0.71 0.21 4.65 0.57 0.51
Hex C9 46 3B 0 41 47 15 5 39 33
Octal 311 106 73 0 101 107 25 5 71 63
Binary 11001001 1000110 111011 0 1000001 1000111 10101 101 111001 110011

Color Harmonies of #C9463B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9463B

Black with #C9463B

Text Example


Text Example

White with #C9463B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9463B; }

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

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

background-color css

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

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

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

border-color css

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

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

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