#C8560B

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

Shades of Tenne (Tawny) #C8560B

Tints of Tenne (Tawny) #C8560B

Color information

#C8560B (or 0xC8560B) is unknown color: approx Tenne (Tawny). HEX triplet: C8, 56 and 0B. RGB value is (200,86,11). Sum of RGB (Red+Green+Blue) = 200+86+11=297 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.34% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 11 (4.69% from 255 or 3.70% from 297); Max value from RGB is 200 - color contains mainly: red. Hex color #C8560B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8560B is #37A9F4. Grayscale: #6F6F6F. Windows color (decimal): -3647989 or 743112. OLE color: 743112.

HSL color Cylindrical-coordinate representation of color #C8560B: hue angle of 23.81º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8560B is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB2008611-
CMYK00.570.940.22
HSL23.81º89.57%41.37%-
HSV(B)23.81º94.5%78.43%-
XYZ27.2118.962.54-
YUV111.5471.27191.1-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 67.34%
GREEN value IS 86 (33.98% from 255) = 28.96%
BLUE value IS 11 (4.69% from 255) = 3.70%
R=67.34%
G=28.96%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.94
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200861100.570.940.2223.8189.5741.37
HexC856B0395E16185a29
Octal31012613071136263013251
Binary11001000101011010110111001101111010110110001011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8560B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8560B; }

 p { color: rgb(200,86,11); }

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

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

 a { background-color: rgb(200,86,11); }

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

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

 span { border-color: rgb(200,86,11); }

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