Html Css Color HEX #C96505 Tenne (Tawny)

📋 copy color: '#C96505'

red 201 ◦ green 101 ◦ blue 5

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

Shades of Tenne (Tawny) #C96505

Tints of Tenne (Tawny) #C96505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.63%

R = 65.47%
G = 32.9%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#C96505 (or 0xC96505) is known color: Tenne (Tawny). HEX triplet: C9, 65 and 05. RGB value is (201,101,5). Sum of RGB (Red+Green+Blue) = 201+101+5=307 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.47% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 201 - color contains mainly: red. Hex color #C96505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96505 is #369AFA. Grayscale: #787878. Windows color (decimal): -3578619 or 353737. OLE color: 353737.

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

Color convert

RGB 201 101 5 -
CMYK 0 0.50 0.98 0.21
HSL 29.39º 0.95% 0.4% -
HSV(B) 29.39º 0.98% 0.79% -
XYZ 28.77 21.74 2.82 -
YUV 119.96 63.13 185.81 -
System Red Green Blue C M Y K H S L
Decimal 201 101 5 0 0.50 0.98 0.21 29.39 0.95 0.4
Hex C9 65 5 0 32 62 15 1D 5F 28
Octal 311 145 5 0 62 142 25 35 137 50
Binary 11001001 1100101 101 0 110010 1100010 10101 11101 1011111 101000

Color Harmonies of #C96505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96505

Black with #C96505

Text Example


Text Example

White with #C96505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96505; }

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

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

background-color css

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

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

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

border-color css

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

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

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