Html Css Color HEX #C8500C Tenne (Tawny)

📋 copy color: '#C8500C'

red 200 ◦ green 80 ◦ blue 12

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

Shades of Tenne (Tawny) #C8500C

Tints of Tenne (Tawny) #C8500C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.4%

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

R = 68.49%
G = 27.4%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8500C (or 0xC8500C) is known color: Tenne (Tawny). HEX triplet: C8, 50 and 0C. RGB value is (200,80,12). Sum of RGB (Red+Green+Blue) = 200+80+12=292 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.49% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 12 (5.08% from 255 or 4.11% from 292); Max value from RGB is 200 - color contains mainly: red. Hex color #C8500C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8500C is #37AFF3. Grayscale: #6C6C6C. Windows color (decimal): -3649524 or 807112. OLE color: 807112.

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

Color convert

RGB 200 80 12 -
CMYK 0 0.6 0.94 0.22
HSL 21.7º 0.89% 0.42% -
HSV(B) 21.7º 0.94% 0.78% -
XYZ 26.75 18.04 2.42 -
YUV 108.13 73.76 193.53 -
System Red Green Blue C M Y K H S L
Decimal 200 80 12 0 0.6 0.94 0.22 21.7 0.89 0.42
Hex C8 50 C 0 3C 5E 16 16 59 2A
Octal 310 120 14 0 74 136 26 26 131 52
Binary 11001000 1010000 1100 0 111100 1011110 10110 10110 1011001 101010

Color Harmonies of #C8500C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8500C

Black with #C8500C

Text Example


Text Example

White with #C8500C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8500C; }

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

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

background-color css

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

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

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

border-color css

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

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

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