Html Css Color HEX #C9620C Tenne (Tawny)

📋 copy color: '#C9620C'

red 201 ◦ green 98 ◦ blue 12

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

Shades of Tenne (Tawny) #C9620C

Tints of Tenne (Tawny) #C9620C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.51%

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

R = 64.63%
G = 31.51%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C9620C (or 0xC9620C) is known color: Tenne (Tawny). HEX triplet: C9, 62 and 0C. RGB value is (201,98,12). Sum of RGB (Red+Green+Blue) = 201+98+12=311 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.63% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 201 - color contains mainly: red. Hex color #C9620C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9620C is #369DF3. Grayscale: #777777. Windows color (decimal): -3579380 or 811721. OLE color: 811721.

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

Color convert

RGB 201 98 12 -
CMYK 0 0.51 0.94 0.21
HSL 27.3º 0.89% 0.42% -
HSV(B) 27.3º 0.94% 0.79% -
XYZ 28.52 21.18 2.93 -
YUV 118.99 67.62 186.49 -
System Red Green Blue C M Y K H S L
Decimal 201 98 12 0 0.51 0.94 0.21 27.3 0.89 0.42
Hex C9 62 C 0 33 5E 15 1B 59 2A
Octal 311 142 14 0 63 136 25 33 131 52
Binary 11001001 1100010 1100 0 110011 1011110 10101 11011 1011001 101010

Color Harmonies of #C9620C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9620C

Black with #C9620C

Text Example


Text Example

White with #C9620C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9620C; }

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

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

background-color css

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

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

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

border-color css

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

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

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