Html Css Color HEX #C1660A Tenne (Tawny)

📋 copy color: '#C1660A'

red 193 ◦ green 102 ◦ blue 10

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

Shades of Tenne (Tawny) #C1660A

Tints of Tenne (Tawny) #C1660A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.28%

R = 63.28%
G = 33.44%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C1660A (or 0xC1660A) is known color: Tenne (Tawny). HEX triplet: C1, 66 and 0A. RGB value is (193,102,10). Sum of RGB (Red+Green+Blue) = 193+102+10=305 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.28% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 10 (4.30% from 255 or 3.28% from 305); Max value from RGB is 193 - color contains mainly: red. Hex color #C1660A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1660A is #3E99F5. Grayscale: #777777. Windows color (decimal): -4102646 or 681665. OLE color: 681665.

HSL color Cylindrical-coordinate representation of color #C1660A: hue angle of 30.16º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C1660A is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 102 10 -
CMYK 0 0.47 0.95 0.24
HSL 30.16º 0.9% 0.4% -
HSV(B) 30.16º 0.95% 0.76% -
XYZ 26.8 20.86 2.9 -
YUV 118.72 66.65 180.98 -
System Red Green Blue C M Y K H S L
Decimal 193 102 10 0 0.47 0.95 0.24 30.16 0.9 0.4
Hex C1 66 A 0 2F 5F 18 1E 5A 28
Octal 301 146 12 0 57 137 30 36 132 50
Binary 11000001 1100110 1010 0 101111 1011111 11000 11110 1011010 101000

Color Harmonies of #C1660A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1660A

Black with #C1660A

Text Example


Text Example

White with #C1660A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1660A; }

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

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

background-color css

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

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

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

border-color css

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

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

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