Html Css Color HEX #C26A0A Tenne (Tawny)

📋 copy color: '#C26A0A'

red 194 ◦ green 106 ◦ blue 10

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

Shades of Tenne (Tawny) #C26A0A

Tints of Tenne (Tawny) #C26A0A

RGB

 RED value IS 194 (76.17% from 255) = 62.58%

 GREEN value IS 106 (41.8% from 255) = 34.19%

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

R = 62.58%
G = 34.19%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C26A0A (or 0xC26A0A) is known color: Tenne (Tawny). HEX triplet: C2, 6A and 0A. RGB value is (194,106,10). Sum of RGB (Red+Green+Blue) = 194+106+10=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 106 (41.80% from 255 or 34.19% from 310); Blue value is 10 (4.30% from 255 or 3.23% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C26A0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26A0A is #3D95F5. Grayscale: #797979. Windows color (decimal): -4036086 or 682690. OLE color: 682690.

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

Color convert

RGB 194 106 10 -
CMYK 0 0.45 0.95 0.24
HSL 31.3º 0.9% 0.4% -
HSV(B) 31.3º 0.95% 0.76% -
XYZ 27.46 21.8 3.05 -
YUV 121.37 65.15 179.81 -
System Red Green Blue C M Y K H S L
Decimal 194 106 10 0 0.45 0.95 0.24 31.3 0.9 0.4
Hex C2 6A A 0 2D 5F 18 1F 5A 28
Octal 302 152 12 0 55 137 30 37 132 50
Binary 11000010 1101010 1010 0 101101 1011111 11000 11111 1011010 101000

Color Harmonies of #C26A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26A0A

Black with #C26A0A

Text Example


Text Example

White with #C26A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26A0A; }

 p { color: rgb(194,106,10); }

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

background-color css

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

 a { background-color: rgb(194,106,10); }

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

border-color css

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

 span { border-color: rgb(194,106,10); }

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