Html Css Color HEX #C9600F Tenne (Tawny)

📋 copy color: '#C9600F'

red 201 ◦ green 96 ◦ blue 15

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

Shades of Tenne (Tawny) #C9600F

Tints of Tenne (Tawny) #C9600F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.81%

R = 64.42%
G = 30.77%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C9600F (or 0xC9600F) is known color: Tenne (Tawny). HEX triplet: C9, 60 and 0F. RGB value is (201,96,15). Sum of RGB (Red+Green+Blue) = 201+96+15=312 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.42% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 15 (6.25% from 255 or 4.81% from 312); Max value from RGB is 201 - color contains mainly: red. Hex color #C9600F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9600F is #369FF0. Grayscale: #767676. Windows color (decimal): -3579889 or 1007817. OLE color: 1007817.

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

Color convert

RGB 201 96 15 -
CMYK 0 0.52 0.93 0.21
HSL 26.13º 0.86% 0.42% -
HSV(B) 26.13º 0.93% 0.79% -
XYZ 28.36 20.82 2.98 -
YUV 118.16 69.79 187.09 -
System Red Green Blue C M Y K H S L
Decimal 201 96 15 0 0.52 0.93 0.21 26.13 0.86 0.42
Hex C9 60 F 0 34 5D 15 1A 56 2A
Octal 311 140 17 0 64 135 25 32 126 52
Binary 11001001 1100000 1111 0 110100 1011101 10101 11010 1010110 101010

Color Harmonies of #C9600F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9600F

Black with #C9600F

Text Example


Text Example

White with #C9600F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9600F; }

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

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

background-color css

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

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

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

border-color css

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

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

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