Html Css Color HEX #C9630E Tenne (Tawny)

📋 copy color: '#C9630E'

red 201 ◦ green 99 ◦ blue 14

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

Shades of Tenne (Tawny) #C9630E

Tints of Tenne (Tawny) #C9630E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.53%

 BLUE value IS 14 (5.86% from 255) = 4.46%

R = 64.01%
G = 31.53%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C9630E (or 0xC9630E) is known color: Tenne (Tawny). HEX triplet: C9, 63 and 0E. RGB value is (201,99,14). Sum of RGB (Red+Green+Blue) = 201+99+14=314 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.01% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 14 (5.86% from 255 or 4.46% from 314); Max value from RGB is 201 - color contains mainly: red. Hex color #C9630E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9630E is #369CF1. Grayscale: #787878. Windows color (decimal): -3579122 or 943049. OLE color: 943049.

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

Color convert

RGB 201 99 14 -
CMYK 0 0.51 0.93 0.21
HSL 27.27º 0.87% 0.42% -
HSV(B) 27.27º 0.93% 0.79% -
XYZ 28.63 21.37 3.03 -
YUV 119.81 68.29 185.91 -
System Red Green Blue C M Y K H S L
Decimal 201 99 14 0 0.51 0.93 0.21 27.27 0.87 0.42
Hex C9 63 E 0 33 5D 15 1B 57 2A
Octal 311 143 16 0 63 135 25 33 127 52
Binary 11001001 1100011 1110 0 110011 1011101 10101 11011 1010111 101010

Color Harmonies of #C9630E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9630E

Black with #C9630E

Text Example


Text Example

White with #C9630E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9630E; }

 p { color: rgb(201,99,14); }

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

background-color css

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

 a { background-color: rgb(201,99,14); }

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

border-color css

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

 span { border-color: rgb(201,99,14); }

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