Html Css Color HEX #C76C02 Tenne (Tawny)

📋 copy color: '#C76C02'

red 199 ◦ green 108 ◦ blue 2

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

Shades of Tenne (Tawny) #C76C02

Tints of Tenne (Tawny) #C76C02

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.95%

 BLUE value IS 2 (1.17% from 255) = 0.65%

R = 64.4%
G = 34.95%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C76C02 (or 0xC76C02) is known color: Tenne (Tawny). HEX triplet: C7, 6C and 02. RGB value is (199,108,2). Sum of RGB (Red+Green+Blue) = 199+108+2=309 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.40% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 2 (1.17% from 255 or 0.65% from 309); Max value from RGB is 199 - color contains mainly: red. Hex color #C76C02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76C02 is #3893FD. Grayscale: #7B7B7B. Windows color (decimal): -3707902 or 158919. OLE color: 158919.

HSL color Cylindrical-coordinate representation of color #C76C02: hue angle of 32.28º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C76C02 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 108 2 -
CMYK 0 0.46 0.99 0.22
HSL 32.28º 0.98% 0.39% -
HSV(B) 32.28º 0.99% 0.78% -
XYZ 28.93 22.87 2.95 -
YUV 123.13 59.65 182.12 -
System Red Green Blue C M Y K H S L
Decimal 199 108 2 0 0.46 0.99 0.22 32.28 0.98 0.39
Hex C7 6C 2 0 2E 63 16 20 62 27
Octal 307 154 2 0 56 143 26 40 142 47
Binary 11000111 1101100 10 0 101110 1100011 10110 100000 1100010 100111

Color Harmonies of #C76C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76C02

Black with #C76C02

Text Example


Text Example

White with #C76C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76C02; }

 p { color: rgb(199,108,2); }

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

background-color css

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

 a { background-color: rgb(199,108,2); }

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

border-color css

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

 span { border-color: rgb(199,108,2); }

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