Html Css Color HEX #C85508 Tenne (Tawny)

📋 copy color: '#C85508'

red 200 ◦ green 85 ◦ blue 8

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

Shades of Tenne (Tawny) #C85508

Tints of Tenne (Tawny) #C85508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.73%

R = 68.26%
G = 29.01%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C85508 (or 0xC85508) is known color: Tenne (Tawny). HEX triplet: C8, 55 and 08. RGB value is (200,85,8). Sum of RGB (Red+Green+Blue) = 200+85+8=293 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.26% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 8 (3.52% from 255 or 2.73% from 293); Max value from RGB is 200 - color contains mainly: red. Hex color #C85508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85508 is #37AAF7. Grayscale: #6F6F6F. Windows color (decimal): -3648248 or 546248. OLE color: 546248.

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

Color convert

RGB 200 85 8 -
CMYK 0 0.58 0.96 0.22
HSL 24.06º 0.92% 0.41% -
HSV(B) 24.06º 0.96% 0.78% -
XYZ 27.11 18.79 2.43 -
YUV 110.61 70.1 191.76 -
System Red Green Blue C M Y K H S L
Decimal 200 85 8 0 0.58 0.96 0.22 24.06 0.92 0.41
Hex C8 55 8 0 3A 60 16 18 5C 29
Octal 310 125 10 0 72 140 26 30 134 51
Binary 11001000 1010101 1000 0 111010 1100000 10110 11000 1011100 101001

Color Harmonies of #C85508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85508

Black with #C85508

Text Example


Text Example

White with #C85508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85508; }

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

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

background-color css

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

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

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

border-color css

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

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

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