Html Css Color HEX #CE540C Tenne (Tawny)

📋 copy color: '#CE540C'

red 206 ◦ green 84 ◦ blue 12

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

Shades of Tenne (Tawny) #CE540C

Tints of Tenne (Tawny) #CE540C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.97%

R = 68.21%
G = 27.81%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE540C (or 0xCE540C) is known color: Tenne (Tawny). HEX triplet: CE, 54 and 0C. RGB value is (206,84,12). Sum of RGB (Red+Green+Blue) = 206+84+12=302 (40% of max value = 765). Red value is 206 (80.86% from 255 or 68.21% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 12 (5.08% from 255 or 3.97% from 302); Max value from RGB is 206 - color contains mainly: red. Hex color #CE540C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE540C is #31ABF3. Grayscale: #707070. Windows color (decimal): -3255284 or 808142. OLE color: 808142.

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

Color convert

RGB 206 84 12 -
CMYK 0 0.59 0.94 0.19
HSL 22.27º 0.89% 0.43% -
HSV(B) 22.27º 0.94% 0.81% -
XYZ 28.69 19.49 2.6 -
YUV 112.27 71.42 194.85 -
System Red Green Blue C M Y K H S L
Decimal 206 84 12 0 0.59 0.94 0.19 22.27 0.89 0.43
Hex CE 54 C 0 3B 5E 13 16 59 2B
Octal 316 124 14 0 73 136 23 26 131 53
Binary 11001110 1010100 1100 0 111011 1011110 10011 10110 1011001 101011

Color Harmonies of #CE540C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE540C

Black with #CE540C

Text Example


Text Example

White with #CE540C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE540C; }

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

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

background-color css

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

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

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

border-color css

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

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

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