Html Css Color HEX #C16702 Tenne (Tawny)

📋 copy color: '#C16702'

red 193 ◦ green 103 ◦ blue 2

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

Shades of Tenne (Tawny) #C16702

Tints of Tenne (Tawny) #C16702

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.56%

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

R = 64.77%
G = 34.56%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C16702 (or 0xC16702) is known color: Tenne (Tawny). HEX triplet: C1, 67 and 02. RGB value is (193,103,2). Sum of RGB (Red+Green+Blue) = 193+103+2=298 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.77% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 2 (1.17% from 255 or 0.67% from 298); Max value from RGB is 193 - color contains mainly: red. Hex color #C16702 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16702 is #3E98FD. Grayscale: #767676. Windows color (decimal): -4102398 or 157633. OLE color: 157633.

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

Color convert

RGB 193 103 2 -
CMYK 0 0.47 0.99 0.24
HSL 31.73º 0.98% 0.38% -
HSV(B) 31.73º 0.99% 0.76% -
XYZ 26.85 21.04 2.7 -
YUV 118.4 62.32 181.21 -
System Red Green Blue C M Y K H S L
Decimal 193 103 2 0 0.47 0.99 0.24 31.73 0.98 0.38
Hex C1 67 2 0 2F 63 18 20 62 26
Octal 301 147 2 0 57 143 30 40 142 46
Binary 11000001 1100111 10 0 101111 1100011 11000 100000 1100010 100110

Color Harmonies of #C16702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16702

Black with #C16702

Text Example


Text Example

White with #C16702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16702; }

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

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

background-color css

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

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

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

border-color css

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

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

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