Html Css Color HEX #C8660C Tenne (Tawny)

📋 copy color: '#C8660C'

red 200 ◦ green 102 ◦ blue 12

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

Shades of Tenne (Tawny) #C8660C

Tints of Tenne (Tawny) #C8660C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.48%

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

R = 63.69%
G = 32.48%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8660C (or 0xC8660C) is known color: Tenne (Tawny). HEX triplet: C8, 66 and 0C. RGB value is (200,102,12). Sum of RGB (Red+Green+Blue) = 200+102+12=314 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.69% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 200 - color contains mainly: red. Hex color #C8660C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8660C is #3799F3. Grayscale: #797979. Windows color (decimal): -3643892 or 812744. OLE color: 812744.

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

Color convert

RGB 200 102 12 -
CMYK 0 0.49 0.94 0.22
HSL 28.72º 0.89% 0.42% -
HSV(B) 28.72º 0.94% 0.78% -
XYZ 28.64 21.81 3.05 -
YUV 121.04 66.47 184.32 -
System Red Green Blue C M Y K H S L
Decimal 200 102 12 0 0.49 0.94 0.22 28.72 0.89 0.42
Hex C8 66 C 0 31 5E 16 1D 59 2A
Octal 310 146 14 0 61 136 26 35 131 52
Binary 11001000 1100110 1100 0 110001 1011110 10110 11101 1011001 101010

Color Harmonies of #C8660C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8660C

Black with #C8660C

Text Example


Text Example

White with #C8660C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8660C; }

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

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

background-color css

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

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

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

border-color css

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

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

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