Html Css Color HEX #CE5412 Tenne (Tawny)

📋 copy color: '#CE5412'

red 206 ◦ green 84 ◦ blue 18

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

Shades of Tenne (Tawny) #CE5412

Tints of Tenne (Tawny) #CE5412

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.27%

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

R = 66.88%
G = 27.27%
B = 5.84%

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

#CE5412 (or 0xCE5412) is known color: Tenne (Tawny). HEX triplet: CE, 54 and 12. RGB value is (206,84,18). Sum of RGB (Red+Green+Blue) = 206+84+18=308 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.88% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5412 is #31ABED. Grayscale: #717171. Windows color (decimal): -3255278 or 1201358. OLE color: 1201358.

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

Color convert

RGB 206 84 18 -
CMYK 0 0.59 0.91 0.19
HSL 21.06º 0.84% 0.44% -
HSV(B) 21.06º 0.91% 0.81% -
XYZ 28.73 19.51 2.82 -
YUV 112.95 74.42 194.37 -
System Red Green Blue C M Y K H S L
Decimal 206 84 18 0 0.59 0.91 0.19 21.06 0.84 0.44
Hex CE 54 12 0 3B 5B 13 15 54 2C
Octal 316 124 22 0 73 133 23 25 124 54
Binary 11001110 1010100 10010 0 111011 1011011 10011 10101 1010100 101100

Color Harmonies of #CE5412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5412

Black with #CE5412

Text Example


Text Example

White with #CE5412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5412; }

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

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

background-color css

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

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

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

border-color css

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

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

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