Html Css Color HEX #C56802 Tenne (Tawny)

📋 copy color: '#C56802'

red 197 ◦ green 104 ◦ blue 2

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

Shades of Tenne (Tawny) #C56802

Tints of Tenne (Tawny) #C56802

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.32%

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

R = 65.02%
G = 34.32%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C56802 (or 0xC56802) is known color: Tenne (Tawny). HEX triplet: C5, 68 and 02. RGB value is (197,104,2). Sum of RGB (Red+Green+Blue) = 197+104+2=303 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.02% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 2 (1.17% from 255 or 0.66% from 303); Max value from RGB is 197 - color contains mainly: red. Hex color #C56802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56802 is #3A97FD. Grayscale: #787878. Windows color (decimal): -3839998 or 157893. OLE color: 157893.

HSL color Cylindrical-coordinate representation of color #C56802: hue angle of 31.38º 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 #C56802 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 104 2 -
CMYK 0 0.47 0.99 0.23
HSL 31.38º 0.98% 0.39% -
HSV(B) 31.38º 0.99% 0.77% -
XYZ 27.99 21.78 2.79 -
YUV 120.18 61.31 182.79 -
System Red Green Blue C M Y K H S L
Decimal 197 104 2 0 0.47 0.99 0.23 31.38 0.98 0.39
Hex C5 68 2 0 2F 63 17 1F 62 27
Octal 305 150 2 0 57 143 27 37 142 47
Binary 11000101 1101000 10 0 101111 1100011 10111 11111 1100010 100111

Color Harmonies of #C56802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56802

Black with #C56802

Text Example


Text Example

White with #C56802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56802; }

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

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

background-color css

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

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

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

border-color css

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

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

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