Html Css Color HEX #C9483E Grenadier

📋 copy color: '#C9483E'

red 201 ◦ green 72 ◦ blue 62

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

Shades of Grenadier #C9483E

Tints of Grenadier #C9483E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.51%

R = 60%
G = 21.49%
B = 18.51%

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

#C9483E (or 0xC9483E) is known color: Grenadier. HEX triplet: C9, 48 and 3E. RGB value is (201,72,62). Sum of RGB (Red+Green+Blue) = 201+72+62=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C9483E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9483E is #36B7C1. Grayscale: #6D6D6D. Windows color (decimal): -3585986 or 4081865. OLE color: 4081865.

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

Color convert

RGB 201 72 62 -
CMYK 0 0.64 0.69 0.21
HSL 4.32º 0.56% 0.52% -
HSV(B) 4.32º 0.69% 0.79% -
XYZ 27.27 17.4 6.48 -
YUV 109.43 101.24 193.31 -
System Red Green Blue C M Y K H S L
Decimal 201 72 62 0 0.64 0.69 0.21 4.32 0.56 0.52
Hex C9 48 3E 0 40 45 15 4 38 34
Octal 311 110 76 0 100 105 25 4 70 64
Binary 11001001 1001000 111110 0 1000000 1000101 10101 100 111000 110100

Color Harmonies of #C9483E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9483E

Black with #C9483E

Text Example


Text Example

White with #C9483E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9483E; }

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

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

background-color css

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

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

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

border-color css

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

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

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