Html Css Color HEX #C96503 Tenne (Tawny)

📋 copy color: '#C96503'

red 201 ◦ green 101 ◦ blue 3

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

Shades of Tenne (Tawny) #C96503

Tints of Tenne (Tawny) #C96503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.98%

R = 65.9%
G = 33.11%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#C96503 (or 0xC96503) is known color: Tenne (Tawny). HEX triplet: C9, 65 and 03. RGB value is (201,101,3). Sum of RGB (Red+Green+Blue) = 201+101+3=305 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.90% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 3 (1.56% from 255 or 0.98% from 305); Max value from RGB is 201 - color contains mainly: red. Hex color #C96503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96503 is #369AFC. Grayscale: #787878. Windows color (decimal): -3578621 or 222665. OLE color: 222665.

HSL color Cylindrical-coordinate representation of color #C96503: hue angle of 29.7º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C96503 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 101 3 -
CMYK 0 0.50 0.99 0.21
HSL 29.7º 0.97% 0.4% -
HSV(B) 29.7º 0.99% 0.79% -
XYZ 28.76 21.73 2.77 -
YUV 119.73 62.13 185.97 -
System Red Green Blue C M Y K H S L
Decimal 201 101 3 0 0.50 0.99 0.21 29.7 0.97 0.4
Hex C9 65 3 0 32 63 15 1E 61 28
Octal 311 145 3 0 62 143 25 36 141 50
Binary 11001001 1100101 11 0 110010 1100011 10101 11110 1100001 101000

Color Harmonies of #C96503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96503

Black with #C96503

Text Example


Text Example

White with #C96503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96503; }

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

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

background-color css

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

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

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

border-color css

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

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

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