Html Css Color HEX #C96103 Tenne (Tawny)

📋 copy color: '#C96103'

red 201 ◦ green 97 ◦ blue 3

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

Shades of Tenne (Tawny) #C96103

Tints of Tenne (Tawny) #C96103

RGB

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

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

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

R = 66.78%
G = 32.23%
B = 1%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#C96103 (or 0xC96103) is known color: Tenne (Tawny). HEX triplet: C9, 61 and 03. RGB value is (201,97,3). Sum of RGB (Red+Green+Blue) = 201+97+3=301 (39% of max value = 765). Red value is 201 (78.91% from 255 or 66.78% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 3 (1.56% from 255 or 1.00% from 301); Max value from RGB is 201 - color contains mainly: red. Hex color #C96103 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96103 is #369EFC. Grayscale: #757575. Windows color (decimal): -3579645 or 221641. OLE color: 221641.

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

Color convert

RGB 201 97 3 -
CMYK 0 0.52 0.99 0.21
HSL 28.48º 0.97% 0.4% -
HSV(B) 28.48º 0.99% 0.79% -
XYZ 28.38 20.97 2.64 -
YUV 117.38 63.46 187.64 -
System Red Green Blue C M Y K H S L
Decimal 201 97 3 0 0.52 0.99 0.21 28.48 0.97 0.4
Hex C9 61 3 0 34 63 15 1C 61 28
Octal 311 141 3 0 64 143 25 34 141 50
Binary 11001001 1100001 11 0 110100 1100011 10101 11100 1100001 101000

Color Harmonies of #C96103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96103

Black with #C96103

Text Example


Text Example

White with #C96103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96103; }

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

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

background-color css

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

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

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

border-color css

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

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

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