Html Css Color HEX #C85A08 Tenne (Tawny)

📋 copy color: '#C85A08'

red 200 ◦ green 90 ◦ blue 8

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

Shades of Tenne (Tawny) #C85A08

Tints of Tenne (Tawny) #C85A08

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.2%

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

R = 67.11%
G = 30.2%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C85A08 (or 0xC85A08) is known color: Tenne (Tawny). HEX triplet: C8, 5A and 08. RGB value is (200,90,8). Sum of RGB (Red+Green+Blue) = 200+90+8=298 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.11% from 298); Green value is 90 (35.55% from 255 or 30.20% from 298); Blue value is 8 (3.52% from 255 or 2.68% from 298); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85A08 is #37A5F7. Grayscale: #717171. Windows color (decimal): -3646968 or 547528. OLE color: 547528.

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

Color convert

RGB 200 90 8 -
CMYK 0 0.55 0.96 0.22
HSL 25.63º 0.92% 0.41% -
HSV(B) 25.63º 0.96% 0.78% -
XYZ 27.52 19.61 2.56 -
YUV 113.54 68.44 189.67 -
System Red Green Blue C M Y K H S L
Decimal 200 90 8 0 0.55 0.96 0.22 25.63 0.92 0.41
Hex C8 5A 8 0 37 60 16 1A 5C 29
Octal 310 132 10 0 67 140 26 32 134 51
Binary 11001000 1011010 1000 0 110111 1100000 10110 11010 1011100 101001

Color Harmonies of #C85A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85A08

Black with #C85A08

Text Example


Text Example

White with #C85A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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