Html Css Color HEX #C06100 Tenne (Tawny)

📋 copy color: '#C06100'

red 192 ◦ green 97 ◦ blue 0

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

Shades of Tenne (Tawny) #C06100

Tints of Tenne (Tawny) #C06100

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.56%

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

R = 66.44%
G = 33.56%
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

#C06100 (or 0xC06100) is known color: Tenne (Tawny). HEX triplet: C0, 61 and 00. RGB value is (192,97,0). Sum of RGB (Red+Green+Blue) = 192+97+0=289 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.44% from 289); Green value is 97 (38.28% from 255 or 33.56% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 192 - color contains mainly: red. Hex color #C06100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06100 is #3F9EFF. Grayscale: #727272. Windows color (decimal): -4169472 or 25024. OLE color: 25024.

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

Color convert

RGB 192 97 0 -
CMYK 0 0.49 1 0.25
HSL 30.31º 1% 0.38% -
HSV(B) 30.31º 1% 0.75% -
XYZ 26.01 19.76 2.44 -
YUV 114.35 63.47 183.39 -
System Red Green Blue C M Y K H S L
Decimal 192 97 0 0 0.49 1 0.25 30.31 1 0.38
Hex C0 61 0 0 31 64 19 1E 64 26
Octal 300 141 0 0 61 144 31 36 144 46
Binary 11000000 1100001 0 0 110001 1100100 11001 11110 1100100 100110

Color Harmonies of #C06100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06100

Black with #C06100

Text Example


Text Example

White with #C06100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06100; }

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

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

background-color css

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

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

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

border-color css

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

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

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