Html Css Color HEX #C8640A Tenne (Tawny)

📋 copy color: '#C8640A'

red 200 ◦ green 100 ◦ blue 10

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

Shades of Tenne (Tawny) #C8640A

Tints of Tenne (Tawny) #C8640A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.23%

R = 64.52%
G = 32.26%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C8640A (or 0xC8640A) is known color: Tenne (Tawny). HEX triplet: C8, 64 and 0A. RGB value is (200,100,10). Sum of RGB (Red+Green+Blue) = 200+100+10=310 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.52% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 10 (4.30% from 255 or 3.23% from 310); Max value from RGB is 200 - color contains mainly: red. Hex color #C8640A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8640A is #379BF5. Grayscale: #787878. Windows color (decimal): -3644406 or 681160. OLE color: 681160.

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

Color convert

RGB 200 100 10 -
CMYK 0 0.5 0.95 0.22
HSL 28.42º 0.9% 0.41% -
HSV(B) 28.42º 0.95% 0.78% -
XYZ 28.43 21.42 2.92 -
YUV 119.64 66.13 185.32 -
System Red Green Blue C M Y K H S L
Decimal 200 100 10 0 0.5 0.95 0.22 28.42 0.9 0.41
Hex C8 64 A 0 32 5F 16 1C 5A 29
Octal 310 144 12 0 62 137 26 34 132 51
Binary 11001000 1100100 1010 0 110010 1011111 10110 11100 1011010 101001

Color Harmonies of #C8640A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8640A

Black with #C8640A

Text Example


Text Example

White with #C8640A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8640A; }

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

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

background-color css

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

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

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

border-color css

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

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

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