Html Css Color HEX #C56200 Tenne (Tawny)

📋 copy color: '#C56200'

red 197 ◦ green 98 ◦ blue 0

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

Shades of Tenne (Tawny) #C56200

Tints of Tenne (Tawny) #C56200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.78%
G = 33.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C56200 (or 0xC56200) is known color: Tenne (Tawny). HEX triplet: C5, 62 and 00. RGB value is (197,98,0). Sum of RGB (Red+Green+Blue) = 197+98+0=295 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.78% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 197 - color contains mainly: red. Hex color #C56200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56200 is #3A9DFF. Grayscale: #747474. Windows color (decimal): -3841536 or 25285. OLE color: 25285.

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

Color convert

RGB 197 98 0 -
CMYK 0 0.50 1 0.23
HSL 29.85º 1% 0.39% -
HSV(B) 29.85º 1% 0.77% -
XYZ 27.39 20.61 2.53 -
YUV 116.43 62.3 185.47 -
System Red Green Blue C M Y K H S L
Decimal 197 98 0 0 0.50 1 0.23 29.85 1 0.39
Hex C5 62 0 0 32 64 17 1E 64 27
Octal 305 142 0 0 62 144 27 36 144 47
Binary 11000101 1100010 0 0 110010 1100100 10111 11110 1100100 100111

Color Harmonies of #C56200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56200

Black with #C56200

Text Example


Text Example

White with #C56200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56200; }

 p { color: rgb(197,98,0); }

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

background-color css

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

 a { background-color: rgb(197,98,0); }

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

border-color css

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

 span { border-color: rgb(197,98,0); }

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