#C85001

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

Shades of Tenne (Tawny) #C85001

Tints of Tenne (Tawny) #C85001

Color information

#C85001 (or 0xC85001) is unknown color: approx Tenne (Tawny). HEX triplet: C8, 50 and 01. RGB value is (200,80,1). Sum of RGB (Red+Green+Blue) = 200+80+1=281 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.17% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 1 (0.78% from 255 or 0.36% from 281); Max value from RGB is 200 - color contains mainly: red. Hex color #C85001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85001 is #37AFFE. Grayscale: #6B6B6B. Windows color (decimal): -3649535 or 86216. OLE color: 86216.

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

Color convert

RGB200801-
CMYK00.61.000.22
HSL23.82º99%39.41%-
HSV(B)23.82º99.5%78.43%-
XYZ26.6918.022.1-
YUV106.8768.26194.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 71.17%
GREEN value IS 80 (31.64% from 255) = 28.47%
BLUE value IS 1 (0.78% from 255) = 0.36%
R=71.17%
G=28.47%
B=0.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 1.00
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20080100.61.000.2223.829939.41
HexC850103C6416186327
Octal3101201074144263014347
Binary11001000101000010111100110010010110110001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85001; }

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

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

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

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

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

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

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

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