Html Css Color HEX #CE5008 Tenne (Tawny)

📋 copy color: '#CE5008'

red 206 ◦ green 80 ◦ blue 8

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

Shades of Tenne (Tawny) #CE5008

Tints of Tenne (Tawny) #CE5008

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.21%

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

R = 70.07%
G = 27.21%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CE5008 (or 0xCE5008) is known color: Tenne (Tawny). HEX triplet: CE, 50 and 08. RGB value is (206,80,8). Sum of RGB (Red+Green+Blue) = 206+80+8=294 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.07% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 8 (3.52% from 255 or 2.72% from 294); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5008 is #31AFF7. Grayscale: #6D6D6D. Windows color (decimal): -3256312 or 544974. OLE color: 544974.

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

Color convert

RGB 206 80 8 -
CMYK 0 0.61 0.96 0.19
HSL 21.82º 0.93% 0.42% -
HSV(B) 21.82º 0.96% 0.81% -
XYZ 28.37 18.88 2.38 -
YUV 109.47 70.74 196.85 -
System Red Green Blue C M Y K H S L
Decimal 206 80 8 0 0.61 0.96 0.19 21.82 0.93 0.42
Hex CE 50 8 0 3D 60 13 16 5D 2A
Octal 316 120 10 0 75 140 23 26 135 52
Binary 11001110 1010000 1000 0 111101 1100000 10011 10110 1011101 101010

Color Harmonies of #CE5008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5008

Black with #CE5008

Text Example


Text Example

White with #CE5008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5008; }

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

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

background-color css

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

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

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

border-color css

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

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

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