Html Css Color HEX #C8680A Tenne (Tawny)

📋 copy color: '#C8680A'

red 200 ◦ green 104 ◦ blue 10

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

Shades of Tenne (Tawny) #C8680A

Tints of Tenne (Tawny) #C8680A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.12%

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

R = 63.69%
G = 33.12%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C8680A (or 0xC8680A) is known color: Tenne (Tawny). HEX triplet: C8, 68 and 0A. RGB value is (200,104,10). Sum of RGB (Red+Green+Blue) = 200+104+10=314 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.69% from 314); Green value is 104 (41.02% from 255 or 33.12% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 200 - color contains mainly: red. Hex color #C8680A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8680A is #3797F5. Grayscale: #7A7A7A. Windows color (decimal): -3643382 or 682184. OLE color: 682184.

HSL color Cylindrical-coordinate representation of color #C8680A: hue angle of 29.68º 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 #C8680A is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 104 10 -
CMYK 0 0.48 0.95 0.22
HSL 29.68º 0.9% 0.41% -
HSV(B) 29.68º 0.95% 0.78% -
XYZ 28.82 22.2 3.05 -
YUV 121.99 64.8 183.64 -
System Red Green Blue C M Y K H S L
Decimal 200 104 10 0 0.48 0.95 0.22 29.68 0.9 0.41
Hex C8 68 A 0 30 5F 16 1E 5A 29
Octal 310 150 12 0 60 137 26 36 132 51
Binary 11001000 1101000 1010 0 110000 1011111 10110 11110 1011010 101001

Color Harmonies of #C8680A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8680A

Black with #C8680A

Text Example


Text Example

White with #C8680A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8680A; }

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

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

background-color css

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

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

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

border-color css

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

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

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