Html Css Color HEX #CE6201 Tenne (Tawny)

📋 copy color: '#CE6201'

red 206 ◦ green 98 ◦ blue 1

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

Shades of Tenne (Tawny) #CE6201

Tints of Tenne (Tawny) #CE6201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 67.54%
G = 32.13%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CE6201 (or 0xCE6201) is known color: Tenne (Tawny). HEX triplet: CE, 62 and 01. RGB value is (206,98,1). Sum of RGB (Red+Green+Blue) = 206+98+1=305 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.54% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6201 is #319DFE. Grayscale: #777777. Windows color (decimal): -3251711 or 90830. OLE color: 90830.

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

Color convert

RGB 206 98 1 -
CMYK 0 0.52 1.00 0.19
HSL 28.39º 0.99% 0.41% -
HSV(B) 28.39º 1% 0.81% -
XYZ 29.83 21.86 2.68 -
YUV 119.23 61.28 189.89 -
System Red Green Blue C M Y K H S L
Decimal 206 98 1 0 0.52 1.00 0.19 28.39 0.99 0.41
Hex CE 62 1 0 34 64 13 1C 63 29
Octal 316 142 1 0 64 144 23 34 143 51
Binary 11001110 1100010 1 0 110100 1100100 10011 11100 1100011 101001

Color Harmonies of #CE6201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6201

Black with #CE6201

Text Example


Text Example

White with #CE6201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6201; }

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

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

background-color css

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

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

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

border-color css

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

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

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