Html Css Color HEX #C76200 Tenne (Tawny)

📋 copy color: '#C76200'

red 199 ◦ green 98 ◦ blue 0

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

Shades of Tenne (Tawny) #C76200

Tints of Tenne (Tawny) #C76200

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67%
G = 33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C76200 (or 0xC76200) is known color: Tenne (Tawny). HEX triplet: C7, 62 and 00. RGB value is (199,98,0). Sum of RGB (Red+Green+Blue) = 199+98+0=297 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.00% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 199 - color contains mainly: red. Hex color #C76200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76200 is #389DFF. Grayscale: #757575. Windows color (decimal): -3710464 or 25287. OLE color: 25287.

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

Color convert

RGB 199 98 0 -
CMYK 0 0.51 1 0.22
HSL 29.55º 1% 0.39% -
HSV(B) 29.55º 1% 0.78% -
XYZ 27.92 20.88 2.56 -
YUV 117.03 61.96 186.47 -
System Red Green Blue C M Y K H S L
Decimal 199 98 0 0 0.51 1 0.22 29.55 1 0.39
Hex C7 62 0 0 33 64 16 1E 64 27
Octal 307 142 0 0 63 144 26 36 144 47
Binary 11000111 1100010 0 0 110011 1100100 10110 11110 1100100 100111

Color Harmonies of #C76200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76200

Black with #C76200

Text Example


Text Example

White with #C76200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76200; }

 p { color: rgb(199,98,0); }

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

background-color css

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

 a { background-color: rgb(199,98,0); }

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

border-color css

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

 span { border-color: rgb(199,98,0); }

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