#C15C00

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

Shades of Tenne (Tawny) #C15C00

Tints of Tenne (Tawny) #C15C00

Color information

#C15C00 (or 0xC15C00) is unknown color: approx Tenne (Tawny). HEX triplet: C1, 5C and 00. RGB value is (193,92,0). Sum of RGB (Red+Green+Blue) = 193+92+0=285 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.72% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 193 - color contains mainly: red. Hex color #C15C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15C00 is #3EA3FF. Grayscale: #707070. Windows color (decimal): -4105216 or 23745. OLE color: 23745.

HSL color Cylindrical-coordinate representation of color #C15C00: hue angle of 28.6º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C15C00 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB193920-
CMYK00.5210.24
HSL28.6º100%37.84%-
HSV(B)28.6º100%75.69%-
XYZ25.8218.992.3-
YUV111.7164.96185.98-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 67.72%
GREEN value IS 92 (36.33% from 255) = 32.28%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.72%
G=32.28%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19392000.5210.2428.610037.84
HexC15C003464181d6426
Octal3011340064144303514446
Binary11000001101110000110100110010011000111011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15C00; }

 p { color: rgb(193,92,0); }

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

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

 a { background-color: rgb(193,92,0); }

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

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

 span { border-color: rgb(193,92,0); }

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