Html Css Color HEX #C85A00 Tenne (Tawny)

📋 copy color: '#C85A00'

red 200 ◦ green 90 ◦ blue 0

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

Shades of Tenne (Tawny) #C85A00

Tints of Tenne (Tawny) #C85A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.97%
G = 31.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C85A00 (or 0xC85A00) is known color: Tenne (Tawny). HEX triplet: C8, 5A and 00. RGB value is (200,90,0). Sum of RGB (Red+Green+Blue) = 200+90+0=290 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.97% from 290); Green value is 90 (35.55% from 255 or 31.03% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85A00 is #37A5FF. Grayscale: #717171. Windows color (decimal): -3646976 or 23240. OLE color: 23240.

HSL color Cylindrical-coordinate representation of color #C85A00: hue angle of 27º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C85A00 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 90 0 -
CMYK 0 0.55 1 0.22
HSL 27º 1% 0.39% -
HSV(B) 27º 1% 0.78% -
XYZ 27.48 19.59 2.33 -
YUV 112.63 64.44 190.32 -
System Red Green Blue C M Y K H S L
Decimal 200 90 0 0 0.55 1 0.22 27 1 0.39
Hex C8 5A 0 0 37 64 16 1B 64 27
Octal 310 132 0 0 67 144 26 33 144 47
Binary 11001000 1011010 0 0 110111 1100100 10110 11011 1100100 100111

Color Harmonies of #C85A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85A00

Black with #C85A00

Text Example


Text Example

White with #C85A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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