Html Css Color HEX #C5640C Tenne (Tawny)

📋 copy color: '#C5640C'

red 197 ◦ green 100 ◦ blue 12

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

Shades of Tenne (Tawny) #C5640C

Tints of Tenne (Tawny) #C5640C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.36%

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

R = 63.75%
G = 32.36%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C5640C (or 0xC5640C) is known color: Tenne (Tawny). HEX triplet: C5, 64 and 0C. RGB value is (197,100,12). Sum of RGB (Red+Green+Blue) = 197+100+12=309 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.75% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 12 (5.08% from 255 or 3.88% from 309); Max value from RGB is 197 - color contains mainly: red. Hex color #C5640C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5640C is #3A9BF3. Grayscale: #777777. Windows color (decimal): -3841012 or 812229. OLE color: 812229.

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

Color convert

RGB 197 100 12 -
CMYK 0 0.49 0.94 0.23
HSL 28.54º 0.89% 0.41% -
HSV(B) 28.54º 0.94% 0.77% -
XYZ 27.65 21.01 2.95 -
YUV 118.97 67.64 183.66 -
System Red Green Blue C M Y K H S L
Decimal 197 100 12 0 0.49 0.94 0.23 28.54 0.89 0.41
Hex C5 64 C 0 31 5E 17 1D 59 29
Octal 305 144 14 0 61 136 27 35 131 51
Binary 11000101 1100100 1100 0 110001 1011110 10111 11101 1011001 101001

Color Harmonies of #C5640C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5640C

Black with #C5640C

Text Example


Text Example

White with #C5640C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5640C; }

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

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

background-color css

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

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

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

border-color css

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

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

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