Html Css Color HEX #C26203 Tenne (Tawny)

📋 copy color: '#C26203'

red 194 ◦ green 98 ◦ blue 3

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

Shades of Tenne (Tawny) #C26203

Tints of Tenne (Tawny) #C26203

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.22%

 BLUE value IS 3 (1.56% from 255) = 1.02%

R = 65.76%
G = 33.22%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C26203 (or 0xC26203) is known color: Tenne (Tawny). HEX triplet: C2, 62 and 03. RGB value is (194,98,3). Sum of RGB (Red+Green+Blue) = 194+98+3=295 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.76% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 3 (1.56% from 255 or 1.02% from 295); Max value from RGB is 194 - color contains mainly: red. Hex color #C26203 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26203 is #3D9DFC. Grayscale: #747474. Windows color (decimal): -4038141 or 221890. OLE color: 221890.

HSL color Cylindrical-coordinate representation of color #C26203: hue angle of 29.84º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C26203 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 98 3 -
CMYK 0 0.49 0.98 0.24
HSL 29.84º 0.97% 0.39% -
HSV(B) 29.84º 0.98% 0.76% -
XYZ 26.63 20.21 2.58 -
YUV 115.87 64.3 183.72 -
System Red Green Blue C M Y K H S L
Decimal 194 98 3 0 0.49 0.98 0.24 29.84 0.97 0.39
Hex C2 62 3 0 31 62 18 1E 61 27
Octal 302 142 3 0 61 142 30 36 141 47
Binary 11000010 1100010 11 0 110001 1100010 11000 11110 1100001 100111

Color Harmonies of #C26203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26203

Black with #C26203

Text Example


Text Example

White with #C26203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26203; }

 p { color: rgb(194,98,3); }

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

background-color css

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

 a { background-color: rgb(194,98,3); }

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

border-color css

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

 span { border-color: rgb(194,98,3); }

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