Html Css Color HEX #C26305 Tenne (Tawny)

📋 copy color: '#C26305'

red 194 ◦ green 99 ◦ blue 5

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

Shades of Tenne (Tawny) #C26305

Tints of Tenne (Tawny) #C26305

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.22%

 BLUE value IS 5 (2.34% from 255) = 1.68%

R = 65.1%
G = 33.22%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C26305 (or 0xC26305) is known color: Tenne (Tawny). HEX triplet: C2, 63 and 05. RGB value is (194,99,5). Sum of RGB (Red+Green+Blue) = 194+99+5=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 5 (2.34% from 255 or 1.68% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C26305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26305 is #3D9CFA. Grayscale: #757575. Windows color (decimal): -4037883 or 353218. OLE color: 353218.

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

Color convert

RGB 194 99 5 -
CMYK 0 0.49 0.97 0.24
HSL 29.84º 0.95% 0.39% -
HSV(B) 29.84º 0.97% 0.76% -
XYZ 26.74 20.4 2.67 -
YUV 116.69 64.97 183.14 -
System Red Green Blue C M Y K H S L
Decimal 194 99 5 0 0.49 0.97 0.24 29.84 0.95 0.39
Hex C2 63 5 0 31 61 18 1E 5F 27
Octal 302 143 5 0 61 141 30 36 137 47
Binary 11000010 1100011 101 0 110001 1100001 11000 11110 1011111 100111

Color Harmonies of #C26305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26305

Black with #C26305

Text Example


Text Example

White with #C26305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26305; }

 p { color: rgb(194,99,5); }

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

background-color css

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

 a { background-color: rgb(194,99,5); }

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

border-color css

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

 span { border-color: rgb(194,99,5); }

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