Html Css Color HEX #C06300 Tenne (Tawny)

📋 copy color: '#C06300'

red 192 ◦ green 99 ◦ blue 0

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

Shades of Tenne (Tawny) #C06300

Tints of Tenne (Tawny) #C06300

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.02%

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

R = 65.98%
G = 34.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C06300 (or 0xC06300) is known color: Tenne (Tawny). HEX triplet: C0, 63 and 00. RGB value is (192,99,0). Sum of RGB (Red+Green+Blue) = 192+99+0=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C06300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06300 is #3F9CFF. Grayscale: #747474. Windows color (decimal): -4168960 or 25536. OLE color: 25536.

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

Color convert

RGB 192 99 0 -
CMYK 0 0.48 1 0.25
HSL 30.94º 1% 0.38% -
HSV(B) 30.94º 1% 0.75% -
XYZ 26.2 20.13 2.5 -
YUV 115.52 62.81 182.55 -
System Red Green Blue C M Y K H S L
Decimal 192 99 0 0 0.48 1 0.25 30.94 1 0.38
Hex C0 63 0 0 30 64 19 1F 64 26
Octal 300 143 0 0 60 144 31 37 144 46
Binary 11000000 1100011 0 0 110000 1100100 11001 11111 1100100 100110

Color Harmonies of #C06300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06300

Black with #C06300

Text Example


Text Example

White with #C06300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06300; }

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

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

background-color css

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

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

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

border-color css

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

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

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