Html Css Color HEX #C26A02 Tenne (Tawny)

📋 copy color: '#C26A02'

red 194 ◦ green 106 ◦ blue 2

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

Shades of Tenne (Tawny) #C26A02

Tints of Tenne (Tawny) #C26A02

RGB

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

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

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

R = 64.24%
G = 35.1%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C26A02 (or 0xC26A02) is known color: Tenne (Tawny). HEX triplet: C2, 6A and 02. RGB value is (194,106,2). Sum of RGB (Red+Green+Blue) = 194+106+2=302 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.24% from 302); Green value is 106 (41.80% from 255 or 35.10% from 302); Blue value is 2 (1.17% from 255 or 0.66% from 302); Max value from RGB is 194 - color contains mainly: red. Hex color #C26A02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26A02 is #3D95FD. Grayscale: #787878. Windows color (decimal): -4036094 or 158402. OLE color: 158402.

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

Color convert

RGB 194 106 2 -
CMYK 0 0.45 0.99 0.24
HSL 32.5º 0.98% 0.38% -
HSV(B) 32.5º 0.99% 0.76% -
XYZ 27.41 21.78 2.82 -
YUV 120.46 61.15 180.46 -
System Red Green Blue C M Y K H S L
Decimal 194 106 2 0 0.45 0.99 0.24 32.5 0.98 0.38
Hex C2 6A 2 0 2D 63 18 20 62 26
Octal 302 152 2 0 55 143 30 40 142 46
Binary 11000010 1101010 10 0 101101 1100011 11000 100000 1100010 100110

Color Harmonies of #C26A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26A02

Black with #C26A02

Text Example


Text Example

White with #C26A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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