Html Css Color HEX #C9650C Tenne (Tawny)

📋 copy color: '#C9650C'

red 201 ◦ green 101 ◦ blue 12

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

Shades of Tenne (Tawny) #C9650C

Tints of Tenne (Tawny) #C9650C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.17%

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

R = 64.01%
G = 32.17%
B = 3.82%

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

#C9650C (or 0xC9650C) is known color: Tenne (Tawny). HEX triplet: C9, 65 and 0C. RGB value is (201,101,12). Sum of RGB (Red+Green+Blue) = 201+101+12=314 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.01% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 201 - color contains mainly: red. Hex color #C9650C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9650C is #369AF3. Grayscale: #797979. Windows color (decimal): -3578612 or 812489. OLE color: 812489.

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

Color convert

RGB 201 101 12 -
CMYK 0 0.50 0.94 0.21
HSL 28.25º 0.89% 0.42% -
HSV(B) 28.25º 0.94% 0.79% -
XYZ 28.81 21.75 3.03 -
YUV 120.75 66.63 185.24 -
System Red Green Blue C M Y K H S L
Decimal 201 101 12 0 0.50 0.94 0.21 28.25 0.89 0.42
Hex C9 65 C 0 32 5E 15 1C 59 2A
Octal 311 145 14 0 62 136 25 34 131 52
Binary 11001001 1100101 1100 0 110010 1011110 10101 11100 1011001 101010

Color Harmonies of #C9650C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9650C

Black with #C9650C

Text Example


Text Example

White with #C9650C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9650C; }

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

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

background-color css

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

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

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

border-color css

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

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

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