#C85003

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

Shades of Tenne (Tawny) #C85003

Tints of Tenne (Tawny) #C85003

Color information

#C85003 (or 0xC85003) is unknown color: approx Tenne (Tawny). HEX triplet: C8, 50 and 03. RGB value is (200,80,3). Sum of RGB (Red+Green+Blue) = 200+80+3=283 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.67% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 3 (1.56% from 255 or 1.06% from 283); Max value from RGB is 200 - color contains mainly: red. Hex color #C85003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85003 is #37AFFC. Grayscale: #6B6B6B. Windows color (decimal): -3649533 or 217288. OLE color: 217288.

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

Color convert

RGB200803-
CMYK00.60.980.22
HSL23.45º97.04%39.8%-
HSV(B)23.45º98.5%78.43%-
XYZ26.718.022.16-
YUV107.169.26194.26-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 70.67%
GREEN value IS 80 (31.64% from 255) = 28.27%
BLUE value IS 3 (1.56% from 255) = 1.06%
R=70.67%
G=28.27%
B=1.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.98
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20080300.60.980.2223.4597.0439.8
HexC850303C6216176128
Octal3101203074142262714150
Binary110010001010000110111100110001010110101111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85003; }

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

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

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

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

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

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

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

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