Html Css Color HEX #C8640D Tenne (Tawny)

📋 copy color: '#C8640D'

red 200 ◦ green 100 ◦ blue 13

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

Shades of Tenne (Tawny) #C8640D

Tints of Tenne (Tawny) #C8640D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.15%

R = 63.9%
G = 31.95%
B = 4.15%

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

#C8640D (or 0xC8640D) is known color: Tenne (Tawny). HEX triplet: C8, 64 and 0D. RGB value is (200,100,13). Sum of RGB (Red+Green+Blue) = 200+100+13=313 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.90% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 200 - color contains mainly: red. Hex color #C8640D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8640D is #379BF2. Grayscale: #787878. Windows color (decimal): -3644403 or 877768. OLE color: 877768.

HSL color Cylindrical-coordinate representation of color #C8640D: hue angle of 27.91º degrees, saturation: 0.88, 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 #C8640D is Cyan = 0, Magento = 0.5, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 100 13 -
CMYK 0 0.5 0.94 0.22
HSL 27.91º 0.88% 0.42% -
HSV(B) 27.91º 0.94% 0.78% -
XYZ 28.45 21.42 3.02 -
YUV 119.98 67.63 185.07 -
System Red Green Blue C M Y K H S L
Decimal 200 100 13 0 0.5 0.94 0.22 27.91 0.88 0.42
Hex C8 64 D 0 32 5E 16 1C 58 2A
Octal 310 144 15 0 62 136 26 34 130 52
Binary 11001000 1100100 1101 0 110010 1011110 10110 11100 1011000 101010

Color Harmonies of #C8640D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8640D

Black with #C8640D

Text Example


Text Example

White with #C8640D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8640D; }

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

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

background-color css

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

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

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

border-color css

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

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

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