#C85E02

Color #C85E02 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #C85E02

Tints of Tenne (Tawny) #C85E02

Color information

#C85E02 (or 0xC85E02) is unknown color: approx Tenne (Tawny). HEX triplet: C8, 5E and 02. RGB value is (200,94,2). Sum of RGB (Red+Green+Blue) = 200+94+2=296 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.57% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 2 (1.17% from 255 or 0.68% from 296); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85E02 is #37A1FD. Grayscale: #737373. Windows color (decimal): -3645950 or 155336. OLE color: 155336.

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

Color convert

RGB200942-
CMYK00.530.990.22
HSL27.88º98.02%39.61%-
HSV(B)27.88º99%78.43%-
XYZ27.8320.292.51-
YUV115.2164.12188.48-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 67.57%
GREEN value IS 94 (37.11% from 255) = 31.76%
BLUE value IS 2 (1.17% from 255) = 0.68%
R=67.57%
G=31.76%
B=0.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.99
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20094200.530.990.2227.8898.0239.61
HexC85E203563161c6228
Octal3101362065143263414250
Binary110010001011110100110101110001110110111001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85E02; }

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

 H1.HeaderClassName
 {
   color: #C85E02;
 }
 .AnyTagClassName
 {
   color: #C85E02;
 }
</style>
background-color css

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

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

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

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

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

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