Html Css Color HEX #C06301 Tenne (Tawny)

📋 copy color: '#C06301'

red 192 ◦ green 99 ◦ blue 1

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

Shades of Tenne (Tawny) #C06301

Tints of Tenne (Tawny) #C06301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 65.75%
G = 33.9%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C06301 (or 0xC06301) is known color: Tenne (Tawny). HEX triplet: C0, 63 and 01. RGB value is (192,99,1). Sum of RGB (Red+Green+Blue) = 192+99+1=292 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.75% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 1 (0.78% from 255 or 0.34% from 292); Max value from RGB is 192 - color contains mainly: red. Hex color #C06301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06301 is #3F9CFE. Grayscale: #747474. Windows color (decimal): -4168959 or 91072. OLE color: 91072.

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

Color convert

RGB 192 99 1 -
CMYK 0 0.48 0.99 0.25
HSL 30.79º 0.99% 0.38% -
HSV(B) 30.79º 0.99% 0.75% -
XYZ 26.21 20.13 2.53 -
YUV 115.64 63.31 182.47 -
System Red Green Blue C M Y K H S L
Decimal 192 99 1 0 0.48 0.99 0.25 30.79 0.99 0.38
Hex C0 63 1 0 30 63 19 1F 63 26
Octal 300 143 1 0 60 143 31 37 143 46
Binary 11000000 1100011 1 0 110000 1100011 11001 11111 1100011 100110

Color Harmonies of #C06301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06301

Black with #C06301

Text Example


Text Example

White with #C06301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06301; }

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

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

background-color css

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

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

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

border-color css

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

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

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