Html Css Color HEX #C16602 Tenne (Tawny)

📋 copy color: '#C16602'

red 193 ◦ green 102 ◦ blue 2

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

Shades of Tenne (Tawny) #C16602

Tints of Tenne (Tawny) #C16602

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.34%

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

R = 64.98%
G = 34.34%
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

#C16602 (or 0xC16602) is known color: Tenne (Tawny). HEX triplet: C1, 66 and 02. RGB value is (193,102,2). Sum of RGB (Red+Green+Blue) = 193+102+2=297 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.98% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 2 (1.17% from 255 or 0.67% from 297); Max value from RGB is 193 - color contains mainly: red. Hex color #C16602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16602 is #3E99FD. Grayscale: #767676. Windows color (decimal): -4102654 or 157377. OLE color: 157377.

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

Color convert

RGB 193 102 2 -
CMYK 0 0.47 0.99 0.24
HSL 31.41º 0.98% 0.38% -
HSV(B) 31.41º 0.99% 0.76% -
XYZ 26.75 20.84 2.67 -
YUV 117.81 62.65 181.63 -
System Red Green Blue C M Y K H S L
Decimal 193 102 2 0 0.47 0.99 0.24 31.41 0.98 0.38
Hex C1 66 2 0 2F 63 18 1F 62 26
Octal 301 146 2 0 57 143 30 37 142 46
Binary 11000001 1100110 10 0 101111 1100011 11000 11111 1100010 100110

Color Harmonies of #C16602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16602

Black with #C16602

Text Example


Text Example

White with #C16602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16602; }

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

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

background-color css

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

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

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

border-color css

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

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

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