Html Css Color HEX #C06200 Tenne (Tawny)

📋 copy color: '#C06200'

red 192 ◦ green 98 ◦ blue 0

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

Shades of Tenne (Tawny) #C06200

Tints of Tenne (Tawny) #C06200

RGB

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

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

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

R = 66.21%
G = 33.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C06200 (or 0xC06200) is known color: Tenne (Tawny). HEX triplet: C0, 62 and 00. RGB value is (192,98,0). Sum of RGB (Red+Green+Blue) = 192+98+0=290 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.21% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 192 - color contains mainly: red. Hex color #C06200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06200 is #3F9DFF. Grayscale: #737373. Windows color (decimal): -4169216 or 25280. OLE color: 25280.

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

Color convert

RGB 192 98 0 -
CMYK 0 0.49 1 0.25
HSL 30.63º 1% 0.38% -
HSV(B) 30.63º 1% 0.75% -
XYZ 26.11 19.94 2.47 -
YUV 114.93 63.14 182.97 -
System Red Green Blue C M Y K H S L
Decimal 192 98 0 0 0.49 1 0.25 30.63 1 0.38
Hex C0 62 0 0 31 64 19 1F 64 26
Octal 300 142 0 0 61 144 31 37 144 46
Binary 11000000 1100010 0 0 110001 1100100 11001 11111 1100100 100110

Color Harmonies of #C06200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06200

Black with #C06200

Text Example


Text Example

White with #C06200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06200; }

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

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

background-color css

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

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

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

border-color css

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

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

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