Html Css Color HEX #CE4A08 Tenne (Tawny)

📋 copy color: '#CE4A08'

red 206 ◦ green 74 ◦ blue 8

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

Shades of Tenne (Tawny) #CE4A08

Tints of Tenne (Tawny) #CE4A08

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.69%

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

R = 71.53%
G = 25.69%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CE4A08 (or 0xCE4A08) is known color: Tenne (Tawny). HEX triplet: CE, 4A and 08. RGB value is (206,74,8). Sum of RGB (Red+Green+Blue) = 206+74+8=288 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.53% from 288); Green value is 74 (29.30% from 255 or 25.69% from 288); Blue value is 8 (3.52% from 255 or 2.78% from 288); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4A08 is #31B5F7. Grayscale: #6A6A6A. Windows color (decimal): -3257848 or 543438. OLE color: 543438.

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

Color convert

RGB 206 74 8 -
CMYK 0 0.64 0.96 0.19
HSL 20º 0.93% 0.42% -
HSV(B) 20º 0.96% 0.81% -
XYZ 27.95 18.04 2.24 -
YUV 105.94 72.73 199.37 -
System Red Green Blue C M Y K H S L
Decimal 206 74 8 0 0.64 0.96 0.19 20 0.93 0.42
Hex CE 4A 8 0 40 60 13 14 5D 2A
Octal 316 112 10 0 100 140 23 24 135 52
Binary 11001110 1001010 1000 0 1000000 1100000 10011 10100 1011101 101010

Color Harmonies of #CE4A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4A08

Black with #CE4A08

Text Example


Text Example

White with #CE4A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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