#C05005

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

Shades of Tenne (Tawny) #C05005

Tints of Tenne (Tawny) #C05005

Color information

#C05005 (or 0xC05005) is unknown color: approx Tenne (Tawny). HEX triplet: C0, 50 and 05. RGB value is (192,80,5). Sum of RGB (Red+Green+Blue) = 192+80+5=277 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.31% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 5 (2.34% from 255 or 1.81% from 277); Max value from RGB is 192 - color contains mainly: red. Hex color #C05005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05005 is #3FAFFA. Grayscale: #696969. Windows color (decimal): -4173819 or 348352. OLE color: 348352.

HSL color Cylindrical-coordinate representation of color #C05005: hue angle of 24.06º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C05005 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB192805-
CMYK00.580.970.25
HSL24.06º94.92%38.63%-
HSV(B)24.06º97.4%75.29%-
XYZ24.6316.952.12-
YUV104.9471.61190.1-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 69.31%
GREEN value IS 80 (31.64% from 255) = 28.88%
BLUE value IS 5 (2.34% from 255) = 1.81%
R=69.31%
G=28.88%
B=1.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19280500.580.970.2524.0694.9238.63
HexC050503A6119185f27
Octal3001205072141313013747
Binary1100000010100001010111010110000111001110001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05005; }

 p { color: rgb(192,80,5); }

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

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

 a { background-color: rgb(192,80,5); }

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

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

 span { border-color: rgb(192,80,5); }

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