Html Css Color HEX #C85E01 Tenne (Tawny)

📋 copy color: '#C85E01'

red 200 ◦ green 94 ◦ blue 1

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

Shades of Tenne (Tawny) #C85E01

Tints of Tenne (Tawny) #C85E01

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.86%

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 67.8%
G = 31.86%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1.00

 K value IS 0.22

RGB Variations

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

Color information

#C85E01 (or 0xC85E01) is known color: Tenne (Tawny). HEX triplet: C8, 5E and 01. RGB value is (200,94,1). Sum of RGB (Red+Green+Blue) = 200+94+1=295 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.80% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85E01 is #37A1FE. Grayscale: #737373. Windows color (decimal): -3645951 or 89800. OLE color: 89800.

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

Color convert

RGB 200 94 1 -
CMYK 0 0.53 1.00 0.22
HSL 28.04º 0.99% 0.39% -
HSV(B) 28.04º 1% 0.78% -
XYZ 27.83 20.29 2.48 -
YUV 115.09 63.62 188.56 -
System Red Green Blue C M Y K H S L
Decimal 200 94 1 0 0.53 1.00 0.22 28.04 0.99 0.39
Hex C8 5E 1 0 35 64 16 1C 63 27
Octal 310 136 1 0 65 144 26 34 143 47
Binary 11001000 1011110 1 0 110101 1100100 10110 11100 1100011 100111

Color Harmonies of #C85E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85E01

Black with #C85E01

Text Example


Text Example

White with #C85E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85E01; }

 p { color: rgb(200,94,1); }

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

background-color css

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

 a { background-color: rgb(200,94,1); }

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

border-color css

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

 span { border-color: rgb(200,94,1); }

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