Html Css Color HEX #C76005 Tenne (Tawny)

📋 copy color: '#C76005'

red 199 ◦ green 96 ◦ blue 5

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

Shades of Tenne (Tawny) #C76005

Tints of Tenne (Tawny) #C76005

RGB

 RED value IS 199 (78.13% from 255) = 66.33%

 GREEN value IS 96 (37.89% from 255) = 32%

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

R = 66.33%
G = 32%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C76005 (or 0xC76005) is known color: Tenne (Tawny). HEX triplet: C7, 60 and 05. RGB value is (199,96,5). Sum of RGB (Red+Green+Blue) = 199+96+5=300 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.33% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 5 (2.34% from 255 or 1.67% from 300); Max value from RGB is 199 - color contains mainly: red. Hex color #C76005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76005 is #389FFA. Grayscale: #747474. Windows color (decimal): -3710971 or 352455. OLE color: 352455.

HSL color Cylindrical-coordinate representation of color #C76005: hue angle of 28.14º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C76005 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 96 5 -
CMYK 0 0.52 0.97 0.22
HSL 28.14º 0.95% 0.4% -
HSV(B) 28.14º 0.97% 0.78% -
XYZ 27.76 20.52 2.64 -
YUV 116.42 65.12 186.9 -
System Red Green Blue C M Y K H S L
Decimal 199 96 5 0 0.52 0.97 0.22 28.14 0.95 0.4
Hex C7 60 5 0 34 61 16 1C 5F 28
Octal 307 140 5 0 64 141 26 34 137 50
Binary 11000111 1100000 101 0 110100 1100001 10110 11100 1011111 101000

Color Harmonies of #C76005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76005

Black with #C76005

Text Example


Text Example

White with #C76005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76005; }

 p { color: rgb(199,96,5); }

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

background-color css

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

 a { background-color: rgb(199,96,5); }

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

border-color css

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

 span { border-color: rgb(199,96,5); }

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