Html Css Color HEX #C7640C Tenne (Tawny)

📋 copy color: '#C7640C'

red 199 ◦ green 100 ◦ blue 12

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

Shades of Tenne (Tawny) #C7640C

Tints of Tenne (Tawny) #C7640C

RGB

 RED value IS 199 (78.13% from 255) = 63.99%

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

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

R = 63.99%
G = 32.15%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C7640C (or 0xC7640C) is known color: Tenne (Tawny). HEX triplet: C7, 64 and 0C. RGB value is (199,100,12). Sum of RGB (Red+Green+Blue) = 199+100+12=311 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.99% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 199 - color contains mainly: red. Hex color #C7640C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7640C is #389BF3. Grayscale: #787878. Windows color (decimal): -3709940 or 812231. OLE color: 812231.

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

Color convert

RGB 199 100 12 -
CMYK 0 0.50 0.94 0.22
HSL 28.24º 0.89% 0.41% -
HSV(B) 28.24º 0.94% 0.78% -
XYZ 28.18 21.28 2.97 -
YUV 119.57 67.3 184.66 -
System Red Green Blue C M Y K H S L
Decimal 199 100 12 0 0.50 0.94 0.22 28.24 0.89 0.41
Hex C7 64 C 0 32 5E 16 1C 59 29
Octal 307 144 14 0 62 136 26 34 131 51
Binary 11000111 1100100 1100 0 110010 1011110 10110 11100 1011001 101001

Color Harmonies of #C7640C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7640C

Black with #C7640C

Text Example


Text Example

White with #C7640C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7640C; }

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

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

background-color css

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

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

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

border-color css

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

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

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