Html Css Color HEX #C8560D Tenne (Tawny)

📋 copy color: '#C8560D'

red 200 ◦ green 86 ◦ blue 13

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

Shades of Tenne (Tawny) #C8560D

Tints of Tenne (Tawny) #C8560D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.76%

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

R = 66.89%
G = 28.76%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8560D (or 0xC8560D) is known color: Tenne (Tawny). HEX triplet: C8, 56 and 0D. RGB value is (200,86,13). Sum of RGB (Red+Green+Blue) = 200+86+13=299 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.89% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 200 - color contains mainly: red. Hex color #C8560D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8560D is #37A9F2. Grayscale: #707070. Windows color (decimal): -3647987 or 874184. OLE color: 874184.

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

Color convert

RGB 200 86 13 -
CMYK 0 0.57 0.94 0.22
HSL 23.42º 0.88% 0.42% -
HSV(B) 23.42º 0.94% 0.78% -
XYZ 27.22 18.96 2.61 -
YUV 111.76 72.27 190.94 -
System Red Green Blue C M Y K H S L
Decimal 200 86 13 0 0.57 0.94 0.22 23.42 0.88 0.42
Hex C8 56 D 0 39 5E 16 17 58 2A
Octal 310 126 15 0 71 136 26 27 130 52
Binary 11001000 1010110 1101 0 111001 1011110 10110 10111 1011000 101010

Color Harmonies of #C8560D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8560D

Black with #C8560D

Text Example


Text Example

White with #C8560D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8560D; }

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

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

background-color css

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

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

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

border-color css

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

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

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