Html Css Color HEX #C8640C Tenne (Tawny)

📋 copy color: '#C8640C'

red 200 ◦ green 100 ◦ blue 12

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

Shades of Tenne (Tawny) #C8640C

Tints of Tenne (Tawny) #C8640C

RGB

 RED value IS 200 (78.52% from 255) = 64.1%

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

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

R = 64.1%
G = 32.05%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8640C (or 0xC8640C) is known color: Tenne (Tawny). HEX triplet: C8, 64 and 0C. RGB value is (200,100,12). Sum of RGB (Red+Green+Blue) = 200+100+12=312 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.10% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 200 - color contains mainly: red. Hex color #C8640C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8640C is #379BF3. Grayscale: #787878. Windows color (decimal): -3644404 or 812232. OLE color: 812232.

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

Color convert

RGB 200 100 12 -
CMYK 0 0.5 0.94 0.22
HSL 28.09º 0.89% 0.42% -
HSV(B) 28.09º 0.94% 0.78% -
XYZ 28.44 21.42 2.98 -
YUV 119.87 67.13 185.16 -
System Red Green Blue C M Y K H S L
Decimal 200 100 12 0 0.5 0.94 0.22 28.09 0.89 0.42
Hex C8 64 C 0 32 5E 16 1C 59 2A
Octal 310 144 14 0 62 136 26 34 131 52
Binary 11001000 1100100 1100 0 110010 1011110 10110 11100 1011001 101010

Color Harmonies of #C8640C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8640C

Black with #C8640C

Text Example


Text Example

White with #C8640C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8640C; }

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

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

background-color css

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

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

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

border-color css

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

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

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