Html Css Color HEX #C16302 Tenne (Tawny)

📋 copy color: '#C16302'

red 193 ◦ green 99 ◦ blue 2

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

Shades of Tenne (Tawny) #C16302

Tints of Tenne (Tawny) #C16302

RGB

 RED value IS 193 (75.78% from 255) = 65.65%

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

 BLUE value IS 2 (1.17% from 255) = 0.68%

R = 65.65%
G = 33.67%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C16302 (or 0xC16302) is known color: Tenne (Tawny). HEX triplet: C1, 63 and 02. RGB value is (193,99,2). Sum of RGB (Red+Green+Blue) = 193+99+2=294 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.65% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 2 (1.17% from 255 or 0.68% from 294); Max value from RGB is 193 - color contains mainly: red. Hex color #C16302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16302 is #3E9CFD. Grayscale: #747474. Windows color (decimal): -4103422 or 156609. OLE color: 156609.

HSL color Cylindrical-coordinate representation of color #C16302: hue angle of 30.47º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C16302 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 99 2 -
CMYK 0 0.49 0.99 0.24
HSL 30.47º 0.98% 0.38% -
HSV(B) 30.47º 0.99% 0.76% -
XYZ 26.47 20.27 2.57 -
YUV 116.05 63.64 182.89 -
System Red Green Blue C M Y K H S L
Decimal 193 99 2 0 0.49 0.99 0.24 30.47 0.98 0.38
Hex C1 63 2 0 31 63 18 1E 62 26
Octal 301 143 2 0 61 143 30 36 142 46
Binary 11000001 1100011 10 0 110001 1100011 11000 11110 1100010 100110

Color Harmonies of #C16302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16302

Black with #C16302

Text Example


Text Example

White with #C16302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16302; }

 p { color: rgb(193,99,2); }

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

background-color css

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

 a { background-color: rgb(193,99,2); }

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

border-color css

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

 span { border-color: rgb(193,99,2); }

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