Html Css Color HEX #C8550F Tenne (Tawny)

📋 copy color: '#C8550F'

red 200 ◦ green 85 ◦ blue 15

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

Shades of Tenne (Tawny) #C8550F

Tints of Tenne (Tawny) #C8550F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.33%

 BLUE value IS 15 (6.25% from 255) = 5%

R = 66.67%
G = 28.33%
B = 5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C8550F (or 0xC8550F) is known color: Tenne (Tawny). HEX triplet: C8, 55 and 0F. RGB value is (200,85,15). Sum of RGB (Red+Green+Blue) = 200+85+15=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 15 (6.25% from 255 or 5% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C8550F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8550F is #37AAF0. Grayscale: #6F6F6F. Windows color (decimal): -3648241 or 1005000. OLE color: 1005000.

HSL color Cylindrical-coordinate representation of color #C8550F: hue angle of 22.7º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8550F is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 85 15 -
CMYK 0 0.58 0.92 0.22
HSL 22.7º 0.86% 0.42% -
HSV(B) 22.7º 0.93% 0.78% -
XYZ 27.15 18.81 2.65 -
YUV 111.41 73.6 191.19 -
System Red Green Blue C M Y K H S L
Decimal 200 85 15 0 0.58 0.92 0.22 22.7 0.86 0.42
Hex C8 55 F 0 3A 5C 16 17 56 2A
Octal 310 125 17 0 72 134 26 27 126 52
Binary 11001000 1010101 1111 0 111010 1011100 10110 10111 1010110 101010

Color Harmonies of #C8550F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8550F

Black with #C8550F

Text Example


Text Example

White with #C8550F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8550F; }

 p { color: rgb(200,85,15); }

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

background-color css

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

 a { background-color: rgb(200,85,15); }

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

border-color css

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

 span { border-color: rgb(200,85,15); }

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