Html Css Color HEX #C26700 Tenne (Tawny)

📋 copy color: '#C26700'

red 194 ◦ green 103 ◦ blue 0

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

Shades of Tenne (Tawny) #C26700

Tints of Tenne (Tawny) #C26700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.32%
G = 34.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C26700 (or 0xC26700) is known color: Tenne (Tawny). HEX triplet: C2, 67 and 00. RGB value is (194,103,0). Sum of RGB (Red+Green+Blue) = 194+103+0=297 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.32% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 194 - color contains mainly: red. Hex color #C26700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26700 is #3D98FF. Grayscale: #767676. Windows color (decimal): -4036864 or 26562. OLE color: 26562.

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

Color convert

RGB 194 103 0 -
CMYK 0 0.47 1 0.24
HSL 31.86º 1% 0.38% -
HSV(B) 31.86º 1% 0.76% -
XYZ 27.1 21.17 2.66 -
YUV 118.47 61.15 181.88 -
System Red Green Blue C M Y K H S L
Decimal 194 103 0 0 0.47 1 0.24 31.86 1 0.38
Hex C2 67 0 0 2F 64 18 20 64 26
Octal 302 147 0 0 57 144 30 40 144 46
Binary 11000010 1100111 0 0 101111 1100100 11000 100000 1100100 100110

Color Harmonies of #C26700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26700

Black with #C26700

Text Example


Text Example

White with #C26700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26700; }

 p { color: rgb(194,103,0); }

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

background-color css

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

 a { background-color: rgb(194,103,0); }

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

border-color css

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

 span { border-color: rgb(194,103,0); }

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