Html Css Color HEX #CE560F Tenne (Tawny)

📋 copy color: '#CE560F'

red 206 ◦ green 86 ◦ blue 15

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

Shades of Tenne (Tawny) #CE560F

Tints of Tenne (Tawny) #CE560F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.89%

R = 67.1%
G = 28.01%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE560F (or 0xCE560F) is known color: Tenne (Tawny). HEX triplet: CE, 56 and 0F. RGB value is (206,86,15). Sum of RGB (Red+Green+Blue) = 206+86+15=307 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.10% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 206 - color contains mainly: red. Hex color #CE560F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE560F is #31A9F0. Grayscale: #727272. Windows color (decimal): -3254769 or 1005262. OLE color: 1005262.

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

Color convert

RGB 206 86 15 -
CMYK 0 0.58 0.93 0.19
HSL 22.3º 0.86% 0.43% -
HSV(B) 22.3º 0.93% 0.81% -
XYZ 28.87 19.81 2.75 -
YUV 113.79 72.26 193.77 -
System Red Green Blue C M Y K H S L
Decimal 206 86 15 0 0.58 0.93 0.19 22.3 0.86 0.43
Hex CE 56 F 0 3A 5D 13 16 56 2B
Octal 316 126 17 0 72 135 23 26 126 53
Binary 11001110 1010110 1111 0 111010 1011101 10011 10110 1010110 101011

Color Harmonies of #CE560F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE560F

Black with #CE560F

Text Example


Text Example

White with #CE560F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE560F; }

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

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

background-color css

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

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

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

border-color css

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

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

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