Html Css Color HEX #CE560C Tenne (Tawny)

📋 copy color: '#CE560C'

red 206 ◦ green 86 ◦ blue 12

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

Shades of Tenne (Tawny) #CE560C

Tints of Tenne (Tawny) #CE560C

RGB

 RED value IS 206 (80.86% from 255) = 67.76%

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

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

R = 67.76%
G = 28.29%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE560C (or 0xCE560C) is known color: Tenne (Tawny). HEX triplet: CE, 56 and 0C. RGB value is (206,86,12). Sum of RGB (Red+Green+Blue) = 206+86+12=304 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.76% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 206 - color contains mainly: red. Hex color #CE560C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE560C is #31A9F3. Grayscale: #717171. Windows color (decimal): -3254772 or 808654. OLE color: 808654.

HSL color Cylindrical-coordinate representation of color #CE560C: hue angle of 22.89º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE560C is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 86 12 -
CMYK 0 0.58 0.94 0.19
HSL 22.89º 0.89% 0.43% -
HSV(B) 22.89º 0.94% 0.81% -
XYZ 28.85 19.8 2.65 -
YUV 113.44 70.76 194.02 -
System Red Green Blue C M Y K H S L
Decimal 206 86 12 0 0.58 0.94 0.19 22.89 0.89 0.43
Hex CE 56 C 0 3A 5E 13 17 59 2B
Octal 316 126 14 0 72 136 23 27 131 53
Binary 11001110 1010110 1100 0 111010 1011110 10011 10111 1011001 101011

Color Harmonies of #CE560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE560C

Black with #CE560C

Text Example


Text Example

White with #CE560C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE560C; }

 p { color: rgb(206,86,12); }

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

background-color css

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

 a { background-color: rgb(206,86,12); }

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

border-color css

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

 span { border-color: rgb(206,86,12); }

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