#C36002

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

Shades of Tenne (Tawny) #C36002

Tints of Tenne (Tawny) #C36002

Color information

#C36002 (or 0xC36002) is unknown color: approx Tenne (Tawny). HEX triplet: C3, 60 and 02. RGB value is (195,96,2). Sum of RGB (Red+Green+Blue) = 195+96+2=293 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.55% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 2 (1.17% from 255 or 0.68% from 293); Max value from RGB is 195 - color contains mainly: red. Hex color #C36002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36002 is #3C9FFD. Grayscale: #737373. Windows color (decimal): -3973118 or 155843. OLE color: 155843.

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

Color convert

RGB195962-
CMYK00.510.990.24
HSL29.22º97.97%38.63%-
HSV(B)29.22º98.97%76.47%-
XYZ26.719.972.51-
YUV114.8864.3185.14-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 66.55%
GREEN value IS 96 (37.89% from 255) = 32.76%
BLUE value IS 2 (1.17% from 255) = 0.68%
R=66.55%
G=32.76%
B=0.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19596200.510.990.2429.2297.9738.63
HexC360203363181d6227
Octal3031402063143303514247
Binary110000111100000100110011110001111000111011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36002; }

 p { color: rgb(195,96,2); }

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

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

 a { background-color: rgb(195,96,2); }

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

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

 span { border-color: rgb(195,96,2); }

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