Html Css Color HEX #C06802 Tenne (Tawny)

📋 copy color: '#C06802'

red 192 ◦ green 104 ◦ blue 2

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

Shades of Tenne (Tawny) #C06802

Tints of Tenne (Tawny) #C06802

RGB

 RED value IS 192 (75.39% from 255) = 64.43%

 GREEN value IS 104 (41.02% from 255) = 34.9%

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

R = 64.43%
G = 34.9%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C06802 (or 0xC06802) is known color: Tenne (Tawny). HEX triplet: C0, 68 and 02. RGB value is (192,104,2). Sum of RGB (Red+Green+Blue) = 192+104+2=298 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.43% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 2 (1.17% from 255 or 0.67% from 298); Max value from RGB is 192 - color contains mainly: red. Hex color #C06802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06802 is #3F97FD. Grayscale: #777777. Windows color (decimal): -4167678 or 157888. OLE color: 157888.

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

Color convert

RGB 192 104 2 -
CMYK 0 0.46 0.99 0.25
HSL 32.21º 0.98% 0.38% -
HSV(B) 32.21º 0.99% 0.75% -
XYZ 26.7 21.11 2.73 -
YUV 118.68 62.15 180.29 -
System Red Green Blue C M Y K H S L
Decimal 192 104 2 0 0.46 0.99 0.25 32.21 0.98 0.38
Hex C0 68 2 0 2E 63 19 20 62 26
Octal 300 150 2 0 56 143 31 40 142 46
Binary 11000000 1101000 10 0 101110 1100011 11001 100000 1100010 100110

Color Harmonies of #C06802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06802

Black with #C06802

Text Example


Text Example

White with #C06802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06802; }

 p { color: rgb(192,104,2); }

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

background-color css

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

 a { background-color: rgb(192,104,2); }

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

border-color css

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

 span { border-color: rgb(192,104,2); }

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