Html Css Color HEX #C9610B Tenne (Tawny)

📋 copy color: '#C9610B'

red 201 ◦ green 97 ◦ blue 11

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

Shades of Tenne (Tawny) #C9610B

Tints of Tenne (Tawny) #C9610B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.39%

 BLUE value IS 11 (4.69% from 255) = 3.56%

R = 65.05%
G = 31.39%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#C9610B (or 0xC9610B) is known color: Tenne (Tawny). HEX triplet: C9, 61 and 0B. RGB value is (201,97,11). Sum of RGB (Red+Green+Blue) = 201+97+11=309 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.05% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 11 (4.69% from 255 or 3.56% from 309); Max value from RGB is 201 - color contains mainly: red. Hex color #C9610B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9610B is #369EF4. Grayscale: #767676. Windows color (decimal): -3579637 or 745929. OLE color: 745929.

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

Color convert

RGB 201 97 11 -
CMYK 0 0.52 0.95 0.21
HSL 27.16º 0.9% 0.42% -
HSV(B) 27.16º 0.95% 0.79% -
XYZ 28.42 20.99 2.87 -
YUV 118.29 67.46 186.99 -
System Red Green Blue C M Y K H S L
Decimal 201 97 11 0 0.52 0.95 0.21 27.16 0.9 0.42
Hex C9 61 B 0 34 5F 15 1B 5A 2A
Octal 311 141 13 0 64 137 25 33 132 52
Binary 11001001 1100001 1011 0 110100 1011111 10101 11011 1011010 101010

Color Harmonies of #C9610B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9610B

Black with #C9610B

Text Example


Text Example

White with #C9610B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9610B; }

 p { color: rgb(201,97,11); }

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

background-color css

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

 a { background-color: rgb(201,97,11); }

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

border-color css

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

 span { border-color: rgb(201,97,11); }

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