Html Css Color HEX #C8483C Grenadier

📋 copy color: '#C8483C'

red 200 ◦ green 72 ◦ blue 60

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

Shades of Grenadier #C8483C

Tints of Grenadier #C8483C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.07%

R = 60.24%
G = 21.69%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.7

 K value IS 0.22

RGB Variations

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

Color information

#C8483C (or 0xC8483C) is known color: Grenadier. HEX triplet: C8, 48 and 3C. RGB value is (200,72,60). Sum of RGB (Red+Green+Blue) = 200+72+60=332 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.24% from 332); Green value is 72 (28.52% from 255 or 21.69% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 200 - color contains mainly: red. Hex color #C8483C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8483C is #37B7C3. Grayscale: #6D6D6D. Windows color (decimal): -3651524 or 3950792. OLE color: 3950792.

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

Color convert

RGB 200 72 60 -
CMYK 0 0.64 0.7 0.22
HSL 5.14º 0.56% 0.51% -
HSV(B) 5.14º 0.7% 0.78% -
XYZ 26.95 17.24 6.18 -
YUV 108.9 100.41 192.98 -
System Red Green Blue C M Y K H S L
Decimal 200 72 60 0 0.64 0.7 0.22 5.14 0.56 0.51
Hex C8 48 3C 0 40 46 16 5 38 33
Octal 310 110 74 0 100 106 26 5 70 63
Binary 11001000 1001000 111100 0 1000000 1000110 10110 101 111000 110011

Color Harmonies of #C8483C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8483C

Black with #C8483C

Text Example


Text Example

White with #C8483C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8483C; }

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

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

background-color css

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

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

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

border-color css

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

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

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