Html Css Color HEX #C9640C Tenne (Tawny)

📋 copy color: '#C9640C'

red 201 ◦ green 100 ◦ blue 12

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

Shades of Tenne (Tawny) #C9640C

Tints of Tenne (Tawny) #C9640C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.95%

 BLUE value IS 12 (5.08% from 255) = 3.83%

R = 64.22%
G = 31.95%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C9640C (or 0xC9640C) is known color: Tenne (Tawny). HEX triplet: C9, 64 and 0C. RGB value is (201,100,12). Sum of RGB (Red+Green+Blue) = 201+100+12=313 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.22% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 201 - color contains mainly: red. Hex color #C9640C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9640C is #369BF3. Grayscale: #787878. Windows color (decimal): -3578868 or 812233. OLE color: 812233.

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

Color convert

RGB 201 100 12 -
CMYK 0 0.50 0.94 0.21
HSL 27.94º 0.89% 0.42% -
HSV(B) 27.94º 0.94% 0.79% -
XYZ 28.71 21.56 3 -
YUV 120.17 66.96 185.66 -
System Red Green Blue C M Y K H S L
Decimal 201 100 12 0 0.50 0.94 0.21 27.94 0.89 0.42
Hex C9 64 C 0 32 5E 15 1C 59 2A
Octal 311 144 14 0 62 136 25 34 131 52
Binary 11001001 1100100 1100 0 110010 1011110 10101 11100 1011001 101010

Color Harmonies of #C9640C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9640C

Black with #C9640C

Text Example


Text Example

White with #C9640C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9640C; }

 p { color: rgb(201,100,12); }

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

background-color css

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

 a { background-color: rgb(201,100,12); }

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

border-color css

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

 span { border-color: rgb(201,100,12); }

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