Html Css Color HEX #C96008 Tenne (Tawny)

📋 copy color: '#C96008'

red 201 ◦ green 96 ◦ blue 8

#C96008
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tenne (Tawny) #C96008

Tints of Tenne (Tawny) #C96008

RGB

 RED value IS 201 (78.91% from 255) = 65.9%

 GREEN value IS 96 (37.89% from 255) = 31.48%

 BLUE value IS 8 (3.52% from 255) = 2.62%

R = 65.9%
G = 31.48%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#C96008 (or 0xC96008) is known color: Tenne (Tawny). HEX triplet: C9, 60 and 08. RGB value is (201,96,8). Sum of RGB (Red+Green+Blue) = 201+96+8=305 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.90% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 8 (3.52% from 255 or 2.62% from 305); Max value from RGB is 201 - color contains mainly: red. Hex color #C96008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96008 is #369FF7. Grayscale: #757575. Windows color (decimal): -3579896 or 549065. OLE color: 549065.

HSL color Cylindrical-coordinate representation of color #C96008: hue angle of 27.36º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C96008 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 96 8 -
CMYK 0 0.52 0.96 0.21
HSL 27.36º 0.92% 0.41% -
HSV(B) 27.36º 0.96% 0.79% -
XYZ 28.31 20.8 2.75 -
YUV 117.36 66.29 187.66 -
System Red Green Blue C M Y K H S L
Decimal 201 96 8 0 0.52 0.96 0.21 27.36 0.92 0.41
Hex C9 60 8 0 34 60 15 1B 5C 29
Octal 311 140 10 0 64 140 25 33 134 51
Binary 11001001 1100000 1000 0 110100 1100000 10101 11011 1011100 101001

Color Harmonies of #C96008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96008

Black with #C96008

Text Example


Text Example

White with #C96008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96008; }

 p { color: rgb(201,96,8); }

 H1.HeaderClassName
 {
   color: #C96008;
 }
 .AnyTagClassName
 {
   color: #C96008;
 }
</style>

background-color css

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

 a { background-color: rgb(201,96,8); }

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

border-color css

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

 span { border-color: rgb(201,96,8); }

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