Html Css Color HEX #CE5200 Tenne (Tawny)

📋 copy color: '#CE5200'

red 206 ◦ green 82 ◦ blue 0

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

Shades of Tenne (Tawny) #CE5200

Tints of Tenne (Tawny) #CE5200

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.47%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.53%
G = 28.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CE5200 (or 0xCE5200) is known color: Tenne (Tawny). HEX triplet: CE, 52 and 00. RGB value is (206,82,0). Sum of RGB (Red+Green+Blue) = 206+82+0=288 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.53% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5200 is #31ADFF. Grayscale: #6E6E6E. Windows color (decimal): -3255808 or 21198. OLE color: 21198.

HSL color Cylindrical-coordinate representation of color #CE5200: hue angle of 23.88º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE5200 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 82 0 -
CMYK 0 0.60 1 0.19
HSL 23.88º 1% 0.4% -
HSV(B) 23.88º 1% 0.81% -
XYZ 28.47 19.16 2.2 -
YUV 109.73 66.08 196.67 -
System Red Green Blue C M Y K H S L
Decimal 206 82 0 0 0.60 1 0.19 23.88 1 0.4
Hex CE 52 0 0 3C 64 13 18 64 28
Octal 316 122 0 0 74 144 23 30 144 50
Binary 11001110 1010010 0 0 111100 1100100 10011 11000 1100100 101000

Color Harmonies of #CE5200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5200

Black with #CE5200

Text Example


Text Example

White with #CE5200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5200; }

 p { color: rgb(206,82,0); }

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

background-color css

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

 a { background-color: rgb(206,82,0); }

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

border-color css

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

 span { border-color: rgb(206,82,0); }

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