Html Css Color HEX #CE5512 Tenne (Tawny)

📋 copy color: '#CE5512'

red 206 ◦ green 85 ◦ blue 18

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

Shades of Tenne (Tawny) #CE5512

Tints of Tenne (Tawny) #CE5512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.83%

R = 66.67%
G = 27.51%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE5512 (or 0xCE5512) is known color: Tenne (Tawny). HEX triplet: CE, 55 and 12. RGB value is (206,85,18). Sum of RGB (Red+Green+Blue) = 206+85+18=309 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.67% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5512 is #31AAED. Grayscale: #717171. Windows color (decimal): -3255022 or 1201614. OLE color: 1201614.

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

Color convert

RGB 206 85 18 -
CMYK 0 0.59 0.91 0.19
HSL 21.38º 0.84% 0.44% -
HSV(B) 21.38º 0.91% 0.81% -
XYZ 28.81 19.66 2.85 -
YUV 113.54 74.09 193.95 -
System Red Green Blue C M Y K H S L
Decimal 206 85 18 0 0.59 0.91 0.19 21.38 0.84 0.44
Hex CE 55 12 0 3B 5B 13 15 54 2C
Octal 316 125 22 0 73 133 23 25 124 54
Binary 11001110 1010101 10010 0 111011 1011011 10011 10101 1010100 101100

Color Harmonies of #CE5512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5512

Black with #CE5512

Text Example


Text Example

White with #CE5512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5512; }

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

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

background-color css

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

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

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

border-color css

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

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

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