Html Css Color HEX #C85708 Tenne (Tawny)

📋 copy color: '#C85708'

red 200 ◦ green 87 ◦ blue 8

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

Shades of Tenne (Tawny) #C85708

Tints of Tenne (Tawny) #C85708

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.49%

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

R = 67.8%
G = 29.49%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C85708 (or 0xC85708) is known color: Tenne (Tawny). HEX triplet: C8, 57 and 08. RGB value is (200,87,8). Sum of RGB (Red+Green+Blue) = 200+87+8=295 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.80% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 200 - color contains mainly: red. Hex color #C85708 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85708 is #37A8F7. Grayscale: #707070. Windows color (decimal): -3647736 or 546760. OLE color: 546760.

HSL color Cylindrical-coordinate representation of color #C85708: hue angle of 24.69º 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 #C85708 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 87 8 -
CMYK 0 0.56 0.96 0.22
HSL 24.69º 0.92% 0.41% -
HSV(B) 24.69º 0.96% 0.78% -
XYZ 27.27 19.11 2.48 -
YUV 111.78 69.44 190.92 -
System Red Green Blue C M Y K H S L
Decimal 200 87 8 0 0.56 0.96 0.22 24.69 0.92 0.41
Hex C8 57 8 0 38 60 16 19 5C 29
Octal 310 127 10 0 70 140 26 31 134 51
Binary 11001000 1010111 1000 0 111000 1100000 10110 11001 1011100 101001

Color Harmonies of #C85708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85708

Black with #C85708

Text Example


Text Example

White with #C85708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85708; }

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

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

background-color css

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

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

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

border-color css

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

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

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