Html Css Color HEX #C06500 Tenne (Tawny)

📋 copy color: '#C06500'

red 192 ◦ green 101 ◦ blue 0

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

Shades of Tenne (Tawny) #C06500

Tints of Tenne (Tawny) #C06500

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.47%

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

R = 65.53%
G = 34.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C06500 (or 0xC06500) is known color: Tenne (Tawny). HEX triplet: C0, 65 and 00. RGB value is (192,101,0). Sum of RGB (Red+Green+Blue) = 192+101+0=293 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.53% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 192 - color contains mainly: red. Hex color #C06500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06500 is #3F9AFF. Grayscale: #757575. Windows color (decimal): -4168448 or 26048. OLE color: 26048.

HSL color Cylindrical-coordinate representation of color #C06500: hue angle of 31.56º 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 #C06500 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 101 0 -
CMYK 0 0.47 1 0.25
HSL 31.56º 1% 0.38% -
HSV(B) 31.56º 1% 0.75% -
XYZ 26.39 20.51 2.57 -
YUV 116.7 62.15 181.71 -
System Red Green Blue C M Y K H S L
Decimal 192 101 0 0 0.47 1 0.25 31.56 1 0.38
Hex C0 65 0 0 2F 64 19 20 64 26
Octal 300 145 0 0 57 144 31 40 144 46
Binary 11000000 1100101 0 0 101111 1100100 11001 100000 1100100 100110

Color Harmonies of #C06500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06500

Black with #C06500

Text Example


Text Example

White with #C06500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06500; }

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

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

background-color css

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

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

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

border-color css

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

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

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