Html Css Color HEX #CE6200 Tenne (Tawny)

📋 copy color: '#CE6200'

red 206 ◦ green 98 ◦ blue 0

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

Shades of Tenne (Tawny) #CE6200

Tints of Tenne (Tawny) #CE6200

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.24%

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

R = 67.76%
G = 32.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CE6200 (or 0xCE6200) is known color: Tenne (Tawny). HEX triplet: CE, 62 and 00. RGB value is (206,98,0). Sum of RGB (Red+Green+Blue) = 206+98+0=304 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.76% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6200 is #319DFF. Grayscale: #777777. Windows color (decimal): -3251712 or 25294. OLE color: 25294.

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

Color convert

RGB 206 98 0 -
CMYK 0 0.52 1 0.19
HSL 28.54º 1% 0.4% -
HSV(B) 28.54º 1% 0.81% -
XYZ 29.82 21.86 2.65 -
YUV 119.12 60.78 189.97 -
System Red Green Blue C M Y K H S L
Decimal 206 98 0 0 0.52 1 0.19 28.54 1 0.4
Hex CE 62 0 0 34 64 13 1D 64 28
Octal 316 142 0 0 64 144 23 35 144 50
Binary 11001110 1100010 0 0 110100 1100100 10011 11101 1100100 101000

Color Harmonies of #CE6200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6200

Black with #CE6200

Text Example


Text Example

White with #CE6200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6200; }

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

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

background-color css

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

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

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

border-color css

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

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

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