Html Css Color HEX #CE5F08 Tenne (Tawny)

📋 copy color: '#CE5F08'

red 206 ◦ green 95 ◦ blue 8

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

Shades of Tenne (Tawny) #CE5F08

Tints of Tenne (Tawny) #CE5F08

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.74%

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

R = 66.67%
G = 30.74%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CE5F08 (or 0xCE5F08) is known color: Tenne (Tawny). HEX triplet: CE, 5F and 08. RGB value is (206,95,8). Sum of RGB (Red+Green+Blue) = 206+95+8=309 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.67% from 309); Green value is 95 (37.5% from 255 or 30.74% from 309); Blue value is 8 (3.52% from 255 or 2.59% from 309); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5F08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5F08 is #31A0F7. Grayscale: #767676. Windows color (decimal): -3252472 or 548814. OLE color: 548814.

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

Color convert

RGB 206 95 8 -
CMYK 0 0.54 0.96 0.19
HSL 26.36º 0.93% 0.42% -
HSV(B) 26.36º 0.96% 0.81% -
XYZ 29.59 21.32 2.79 -
YUV 118.27 65.77 190.57 -
System Red Green Blue C M Y K H S L
Decimal 206 95 8 0 0.54 0.96 0.19 26.36 0.93 0.42
Hex CE 5F 8 0 36 60 13 1A 5D 2A
Octal 316 137 10 0 66 140 23 32 135 52
Binary 11001110 1011111 1000 0 110110 1100000 10011 11010 1011101 101010

Color Harmonies of #CE5F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5F08

Black with #CE5F08

Text Example


Text Example

White with #CE5F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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