Html Css Color HEX #C56C02 Tenne (Tawny)

📋 copy color: '#C56C02'

red 197 ◦ green 108 ◦ blue 2

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

Shades of Tenne (Tawny) #C56C02

Tints of Tenne (Tawny) #C56C02

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.18%

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

R = 64.17%
G = 35.18%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C56C02 (or 0xC56C02) is known color: Tenne (Tawny). HEX triplet: C5, 6C and 02. RGB value is (197,108,2). Sum of RGB (Red+Green+Blue) = 197+108+2=307 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.17% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 2 (1.17% from 255 or 0.65% from 307); Max value from RGB is 197 - color contains mainly: red. Hex color #C56C02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56C02 is #3A93FD. Grayscale: #7B7B7B. Windows color (decimal): -3838974 or 158917. OLE color: 158917.

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

Color convert

RGB 197 108 2 -
CMYK 0 0.45 0.99 0.23
HSL 32.62º 0.98% 0.39% -
HSV(B) 32.62º 0.99% 0.77% -
XYZ 28.4 22.6 2.92 -
YUV 122.53 59.99 181.12 -
System Red Green Blue C M Y K H S L
Decimal 197 108 2 0 0.45 0.99 0.23 32.62 0.98 0.39
Hex C5 6C 2 0 2D 63 17 21 62 27
Octal 305 154 2 0 55 143 27 41 142 47
Binary 11000101 1101100 10 0 101101 1100011 10111 100001 1100010 100111

Color Harmonies of #C56C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56C02

Black with #C56C02

Text Example


Text Example

White with #C56C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56C02; }

 p { color: rgb(197,108,2); }

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

background-color css

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

 a { background-color: rgb(197,108,2); }

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

border-color css

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

 span { border-color: rgb(197,108,2); }

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