Html Css Color HEX #C5670C Tenne (Tawny)

📋 copy color: '#C5670C'

red 197 ◦ green 103 ◦ blue 12

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

Shades of Tenne (Tawny) #C5670C

Tints of Tenne (Tawny) #C5670C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.01%

 BLUE value IS 12 (5.08% from 255) = 3.85%

R = 63.14%
G = 33.01%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C5670C (or 0xC5670C) is known color: Tenne (Tawny). HEX triplet: C5, 67 and 0C. RGB value is (197,103,12). Sum of RGB (Red+Green+Blue) = 197+103+12=312 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.14% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 197 - color contains mainly: red. Hex color #C5670C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5670C is #3A98F3. Grayscale: #797979. Windows color (decimal): -3840244 or 812997. OLE color: 812997.

HSL color Cylindrical-coordinate representation of color #C5670C: hue angle of 29.51º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5670C is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 103 12 -
CMYK 0 0.48 0.94 0.23
HSL 29.51º 0.89% 0.41% -
HSV(B) 29.51º 0.94% 0.77% -
XYZ 27.94 21.6 3.04 -
YUV 120.73 66.64 182.4 -
System Red Green Blue C M Y K H S L
Decimal 197 103 12 0 0.48 0.94 0.23 29.51 0.89 0.41
Hex C5 67 C 0 30 5E 17 1E 59 29
Octal 305 147 14 0 60 136 27 36 131 51
Binary 11000101 1100111 1100 0 110000 1011110 10111 11110 1011001 101001

Color Harmonies of #C5670C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5670C

Black with #C5670C

Text Example


Text Example

White with #C5670C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5670C; }

 p { color: rgb(197,103,12); }

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

background-color css

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

 a { background-color: rgb(197,103,12); }

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

border-color css

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

 span { border-color: rgb(197,103,12); }

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