Html Css Color HEX #C8483B Grenadier

📋 copy color: '#C8483B'

red 200 ◦ green 72 ◦ blue 59

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

Shades of Grenadier #C8483B

Tints of Grenadier #C8483B

RGB

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

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

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

R = 60.42%
G = 21.75%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C8483B (or 0xC8483B) is known color: Grenadier. HEX triplet: C8, 48 and 3B. RGB value is (200,72,59). Sum of RGB (Red+Green+Blue) = 200+72+59=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 59 (23.44% from 255 or 17.82% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C8483B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8483B is #37B7C4. Grayscale: #6C6C6C. Windows color (decimal): -3651525 or 3885256. OLE color: 3885256.

HSL color Cylindrical-coordinate representation of color #C8483B: hue angle of 5.53º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C8483B is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 72 59 -
CMYK 0 0.64 0.70 0.22
HSL 5.53º 0.56% 0.51% -
HSV(B) 5.53º 0.71% 0.78% -
XYZ 26.93 17.23 6.04 -
YUV 108.79 99.91 193.06 -
System Red Green Blue C M Y K H S L
Decimal 200 72 59 0 0.64 0.70 0.22 5.53 0.56 0.51
Hex C8 48 3B 0 40 46 16 6 38 33
Octal 310 110 73 0 100 106 26 6 70 63
Binary 11001000 1001000 111011 0 1000000 1000110 10110 110 111000 110011

Color Harmonies of #C8483B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8483B

Black with #C8483B

Text Example


Text Example

White with #C8483B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8483B; }

 p { color: rgb(200,72,59); }

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

background-color css

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

 a { background-color: rgb(200,72,59); }

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

border-color css

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

 span { border-color: rgb(200,72,59); }

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