Html Css Color HEX #C56A05 Tenne (Tawny)

📋 copy color: '#C56A05'

red 197 ◦ green 106 ◦ blue 5

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

Shades of Tenne (Tawny) #C56A05

Tints of Tenne (Tawny) #C56A05

RGB

 RED value IS 197 (77.34% from 255) = 63.96%

 GREEN value IS 106 (41.8% from 255) = 34.42%

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

R = 63.96%
G = 34.42%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C56A05 (or 0xC56A05) is known color: Tenne (Tawny). HEX triplet: C5, 6A and 05. RGB value is (197,106,5). Sum of RGB (Red+Green+Blue) = 197+106+5=308 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.96% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 5 (2.34% from 255 or 1.62% from 308); Max value from RGB is 197 - color contains mainly: red. Hex color #C56A05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56A05 is #3A95FA. Grayscale: #7A7A7A. Windows color (decimal): -3839483 or 355013. OLE color: 355013.

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

Color convert

RGB 197 106 5 -
CMYK 0 0.46 0.97 0.23
HSL 31.56º 0.95% 0.4% -
HSV(B) 31.56º 0.97% 0.77% -
XYZ 28.21 22.19 2.94 -
YUV 121.7 62.15 181.71 -
System Red Green Blue C M Y K H S L
Decimal 197 106 5 0 0.46 0.97 0.23 31.56 0.95 0.4
Hex C5 6A 5 0 2E 61 17 20 5F 28
Octal 305 152 5 0 56 141 27 40 137 50
Binary 11000101 1101010 101 0 101110 1100001 10111 100000 1011111 101000

Color Harmonies of #C56A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56A05

Black with #C56A05

Text Example


Text Example

White with #C56A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56A05; }

 p { color: rgb(197,106,5); }

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

background-color css

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

 a { background-color: rgb(197,106,5); }

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

border-color css

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

 span { border-color: rgb(197,106,5); }

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