Html Css Color HEX #C26502 Tenne (Tawny)

📋 copy color: '#C26502'

red 194 ◦ green 101 ◦ blue 2

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

Shades of Tenne (Tawny) #C26502

Tints of Tenne (Tawny) #C26502

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.01%

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

R = 65.32%
G = 34.01%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C26502 (or 0xC26502) is known color: Tenne (Tawny). HEX triplet: C2, 65 and 02. RGB value is (194,101,2). Sum of RGB (Red+Green+Blue) = 194+101+2=297 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.32% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 2 (1.17% from 255 or 0.67% from 297); Max value from RGB is 194 - color contains mainly: red. Hex color #C26502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26502 is #3D9AFD. Grayscale: #767676. Windows color (decimal): -4037374 or 157122. OLE color: 157122.

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

Color convert

RGB 194 101 2 -
CMYK 0 0.48 0.99 0.24
HSL 30.94º 0.98% 0.38% -
HSV(B) 30.94º 0.99% 0.76% -
XYZ 26.91 20.78 2.65 -
YUV 117.52 62.81 182.55 -
System Red Green Blue C M Y K H S L
Decimal 194 101 2 0 0.48 0.99 0.24 30.94 0.98 0.38
Hex C2 65 2 0 30 63 18 1F 62 26
Octal 302 145 2 0 60 143 30 37 142 46
Binary 11000010 1100101 10 0 110000 1100011 11000 11111 1100010 100110

Color Harmonies of #C26502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26502

Black with #C26502

Text Example


Text Example

White with #C26502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26502; }

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

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

background-color css

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

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

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

border-color css

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

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

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