Html Css Color HEX #C45605 Tenne (Tawny)

📋 copy color: '#C45605'

red 196 ◦ green 86 ◦ blue 5

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

Shades of Tenne (Tawny) #C45605

Tints of Tenne (Tawny) #C45605

RGB

 RED value IS 196 (76.95% from 255) = 68.29%

 GREEN value IS 86 (33.98% from 255) = 29.97%

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

R = 68.29%
G = 29.97%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C45605 (or 0xC45605) is known color: Tenne (Tawny). HEX triplet: C4, 56 and 05. RGB value is (196,86,5). Sum of RGB (Red+Green+Blue) = 196+86+5=287 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.29% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 5 (2.34% from 255 or 1.74% from 287); Max value from RGB is 196 - color contains mainly: red. Hex color #C45605 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45605 is #3BA9FA. Grayscale: #6E6E6E. Windows color (decimal): -3910139 or 349892. OLE color: 349892.

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

Color convert

RGB 196 86 5 -
CMYK 0 0.56 0.97 0.23
HSL 25.45º 0.95% 0.39% -
HSV(B) 25.45º 0.97% 0.77% -
XYZ 26.12 18.4 2.32 -
YUV 109.66 68.94 189.59 -
System Red Green Blue C M Y K H S L
Decimal 196 86 5 0 0.56 0.97 0.23 25.45 0.95 0.39
Hex C4 56 5 0 38 61 17 19 5F 27
Octal 304 126 5 0 70 141 27 31 137 47
Binary 11000100 1010110 101 0 111000 1100001 10111 11001 1011111 100111

Color Harmonies of #C45605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45605

Black with #C45605

Text Example


Text Example

White with #C45605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45605; }

 p { color: rgb(196,86,5); }

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

background-color css

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

 a { background-color: rgb(196,86,5); }

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

border-color css

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

 span { border-color: rgb(196,86,5); }

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