Html Css Color HEX #C9483F Grenadier

📋 copy color: '#C9483F'

red 201 ◦ green 72 ◦ blue 63

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

Shades of Grenadier #C9483F

Tints of Grenadier #C9483F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.43%

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

R = 59.82%
G = 21.43%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9483F (or 0xC9483F) is known color: Grenadier. HEX triplet: C9, 48 and 3F. RGB value is (201,72,63). Sum of RGB (Red+Green+Blue) = 201+72+63=336 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.82% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 201 - color contains mainly: red. Hex color #C9483F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9483F is #36B7C0. Grayscale: #6D6D6D. Windows color (decimal): -3585985 or 4147401. OLE color: 4147401.

HSL color Cylindrical-coordinate representation of color #C9483F: hue angle of 3.91º 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 #C9483F is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 72 63 -
CMYK 0 0.64 0.69 0.21
HSL 3.91º 0.56% 0.52% -
HSV(B) 3.91º 0.69% 0.79% -
XYZ 27.3 17.41 6.62 -
YUV 109.55 101.74 193.23 -
System Red Green Blue C M Y K H S L
Decimal 201 72 63 0 0.64 0.69 0.21 3.91 0.56 0.52
Hex C9 48 3F 0 40 45 15 4 38 34
Octal 311 110 77 0 100 105 25 4 70 64
Binary 11001001 1001000 111111 0 1000000 1000101 10101 100 111000 110100

Color Harmonies of #C9483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9483F

Black with #C9483F

Text Example


Text Example

White with #C9483F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9483F; }

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

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

background-color css

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

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

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

border-color css

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

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

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