Html Css Color HEX #CE5510 Tenne (Tawny)

📋 copy color: '#CE5510'

red 206 ◦ green 85 ◦ blue 16

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

Shades of Tenne (Tawny) #CE5510

Tints of Tenne (Tawny) #CE5510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.21%

R = 67.1%
G = 27.69%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CE5510 (or 0xCE5510) is known color: Tenne (Tawny). HEX triplet: CE, 55 and 10. RGB value is (206,85,16). Sum of RGB (Red+Green+Blue) = 206+85+16=307 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.10% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 16 (6.64% from 255 or 5.21% from 307); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5510 is #31AAEF. Grayscale: #717171. Windows color (decimal): -3255024 or 1070542. OLE color: 1070542.

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

Color convert

RGB 206 85 16 -
CMYK 0 0.59 0.92 0.19
HSL 21.79º 0.86% 0.44% -
HSV(B) 21.79º 0.92% 0.81% -
XYZ 28.8 19.66 2.77 -
YUV 113.31 73.09 194.11 -
System Red Green Blue C M Y K H S L
Decimal 206 85 16 0 0.59 0.92 0.19 21.79 0.86 0.44
Hex CE 55 10 0 3B 5C 13 16 56 2C
Octal 316 125 20 0 73 134 23 26 126 54
Binary 11001110 1010101 10000 0 111011 1011100 10011 10110 1010110 101100

Color Harmonies of #CE5510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5510

Black with #CE5510

Text Example


Text Example

White with #CE5510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5510; }

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

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

background-color css

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

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

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

border-color css

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

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

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