#C96305

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

Shades of Tenne (Tawny) #C96305

Tints of Tenne (Tawny) #C96305

Color information

#C96305 (or 0xC96305) is unknown color: approx Tenne (Tawny). HEX triplet: C9, 63 and 05. RGB value is (201,99,5). Sum of RGB (Red+Green+Blue) = 201+99+5=305 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.90% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 5 (2.34% from 255 or 1.64% from 305); Max value from RGB is 201 - color contains mainly: red. Hex color #C96305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96305 is #369CFA. Grayscale: #777777. Windows color (decimal): -3579131 or 353225. OLE color: 353225.

HSL color Cylindrical-coordinate representation of color #C96305: hue angle of 28.78º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C96305 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB201995-
CMYK00.510.980.21
HSL28.78º95.15%40.39%-
HSV(B)28.78º97.51%78.82%-
XYZ28.5821.352.76-
YUV118.7863.79186.64-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 65.90%
GREEN value IS 99 (39.06% from 255) = 32.46%
BLUE value IS 5 (2.34% from 255) = 1.64%
R=65.90%
G=32.46%
B=1.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.98
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20199500.510.980.2128.7895.1540.39
HexC963503362151d5f28
Octal3111435063142253513750
Binary1100100111000111010110011110001010101111011011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96305; }

 p { color: rgb(201,99,5); }

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

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

 a { background-color: rgb(201,99,5); }

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

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

 span { border-color: rgb(201,99,5); }

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