Html Css Color HEX #C9660C Tenne (Tawny)

📋 copy color: '#C9660C'

red 201 ◦ green 102 ◦ blue 12

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

Shades of Tenne (Tawny) #C9660C

Tints of Tenne (Tawny) #C9660C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.38%

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

R = 63.81%
G = 32.38%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C9660C (or 0xC9660C) is known color: Tenne (Tawny). HEX triplet: C9, 66 and 0C. RGB value is (201,102,12). Sum of RGB (Red+Green+Blue) = 201+102+12=315 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.81% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 201 - color contains mainly: red. Hex color #C9660C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9660C is #3699F3. Grayscale: #797979. Windows color (decimal): -3578356 or 812745. OLE color: 812745.

HSL color Cylindrical-coordinate representation of color #C9660C: hue angle of 28.57º 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 #C9660C is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 102 12 -
CMYK 0 0.49 0.94 0.21
HSL 28.57º 0.89% 0.42% -
HSV(B) 28.57º 0.94% 0.79% -
XYZ 28.91 21.95 3.06 -
YUV 121.34 66.3 184.82 -
System Red Green Blue C M Y K H S L
Decimal 201 102 12 0 0.49 0.94 0.21 28.57 0.89 0.42
Hex C9 66 C 0 31 5E 15 1D 59 2A
Octal 311 146 14 0 61 136 25 35 131 52
Binary 11001001 1100110 1100 0 110001 1011110 10101 11101 1011001 101010

Color Harmonies of #C9660C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9660C

Black with #C9660C

Text Example


Text Example

White with #C9660C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9660C; }

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

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

background-color css

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

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

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

border-color css

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

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

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