#C15002

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

Shades of Tenne (Tawny) #C15002

Tints of Tenne (Tawny) #C15002

Color information

#C15002 (or 0xC15002) is unknown color: approx Tenne (Tawny). HEX triplet: C1, 50 and 02. RGB value is (193,80,2). Sum of RGB (Red+Green+Blue) = 193+80+2=275 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.18% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 193 - color contains mainly: red. Hex color #C15002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15002 is #3EAFFD. Grayscale: #696969. Windows color (decimal): -4108286 or 151745. OLE color: 151745.

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

Color convert

RGB193802-
CMYK00.590.990.24
HSL24.5º97.95%38.24%-
HSV(B)24.5º98.96%75.69%-
XYZ24.8717.082.04-
YUV104.969.94190.84-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 70.18%
GREEN value IS 80 (31.64% from 255) = 29.09%
BLUE value IS 2 (1.17% from 255) = 0.73%
R=70.18%
G=29.09%
B=0.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19380200.590.990.2424.597.9538.24
HexC150203B6318196226
Octal3011202073143303114246
Binary110000011010000100111011110001111000110011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15002; }

 p { color: rgb(193,80,2); }

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

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

 a { background-color: rgb(193,80,2); }

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

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

 span { border-color: rgb(193,80,2); }

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