Html Css Color HEX #CE6008 Tenne (Tawny)

📋 copy color: '#CE6008'

red 206 ◦ green 96 ◦ blue 8

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

Shades of Tenne (Tawny) #CE6008

Tints of Tenne (Tawny) #CE6008

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.97%

 BLUE value IS 8 (3.52% from 255) = 2.58%

R = 66.45%
G = 30.97%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CE6008 (or 0xCE6008) is known color: Tenne (Tawny). HEX triplet: CE, 60 and 08. RGB value is (206,96,8). Sum of RGB (Red+Green+Blue) = 206+96+8=310 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.45% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 8 (3.52% from 255 or 2.58% from 310); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6008 is #319FF7. Grayscale: #777777. Windows color (decimal): -3252216 or 549070. OLE color: 549070.

HSL color Cylindrical-coordinate representation of color #CE6008: hue angle of 26.67º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE6008 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 96 8 -
CMYK 0 0.53 0.96 0.19
HSL 26.67º 0.93% 0.42% -
HSV(B) 26.67º 0.96% 0.81% -
XYZ 29.68 21.51 2.82 -
YUV 118.86 65.44 190.16 -
System Red Green Blue C M Y K H S L
Decimal 206 96 8 0 0.53 0.96 0.19 26.67 0.93 0.42
Hex CE 60 8 0 35 60 13 1B 5D 2A
Octal 316 140 10 0 65 140 23 33 135 52
Binary 11001110 1100000 1000 0 110101 1100000 10011 11011 1011101 101010

Color Harmonies of #CE6008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6008

Black with #CE6008

Text Example


Text Example

White with #CE6008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6008; }

 p { color: rgb(206,96,8); }

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

background-color css

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

 a { background-color: rgb(206,96,8); }

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

border-color css

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

 span { border-color: rgb(206,96,8); }

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