Html Css Color HEX #CE550E Tenne (Tawny)

📋 copy color: '#CE550E'

red 206 ◦ green 85 ◦ blue 14

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

Shades of Tenne (Tawny) #CE550E

Tints of Tenne (Tawny) #CE550E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.87%

 BLUE value IS 14 (5.86% from 255) = 4.59%

R = 67.54%
G = 27.87%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE550E (or 0xCE550E) is known color: Tenne (Tawny). HEX triplet: CE, 55 and 0E. RGB value is (206,85,14). Sum of RGB (Red+Green+Blue) = 206+85+14=305 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.54% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 14 (5.86% from 255 or 4.59% from 305); Max value from RGB is 206 - color contains mainly: red. Hex color #CE550E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE550E is #31AAF1. Grayscale: #717171. Windows color (decimal): -3255026 or 939470. OLE color: 939470.

HSL color Cylindrical-coordinate representation of color #CE550E: hue angle of 22.19º degrees, saturation: 0.87, 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 #CE550E is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 85 14 -
CMYK 0 0.59 0.93 0.19
HSL 22.19º 0.87% 0.43% -
HSV(B) 22.19º 0.93% 0.81% -
XYZ 28.78 19.65 2.69 -
YUV 113.09 72.09 194.27 -
System Red Green Blue C M Y K H S L
Decimal 206 85 14 0 0.59 0.93 0.19 22.19 0.87 0.43
Hex CE 55 E 0 3B 5D 13 16 57 2B
Octal 316 125 16 0 73 135 23 26 127 53
Binary 11001110 1010101 1110 0 111011 1011101 10011 10110 1010111 101011

Color Harmonies of #CE550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE550E

Black with #CE550E

Text Example


Text Example

White with #CE550E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE550E; }

 p { color: rgb(206,85,14); }

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

background-color css

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

 a { background-color: rgb(206,85,14); }

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

border-color css

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

 span { border-color: rgb(206,85,14); }

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