Html Css Color HEX #CE4B0E Tenne (Tawny)

📋 copy color: '#CE4B0E'

red 206 ◦ green 75 ◦ blue 14

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

Shades of Tenne (Tawny) #CE4B0E

Tints of Tenne (Tawny) #CE4B0E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.42%

 BLUE value IS 14 (5.86% from 255) = 4.75%

R = 69.83%
G = 25.42%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE4B0E (or 0xCE4B0E) is known color: Tenne (Tawny). HEX triplet: CE, 4B and 0E. RGB value is (206,75,14). Sum of RGB (Red+Green+Blue) = 206+75+14=295 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.83% from 295); Green value is 75 (29.69% from 255 or 25.42% from 295); Blue value is 14 (5.86% from 255 or 4.75% from 295); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4B0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4B0E is #31B4F1. Grayscale: #6B6B6B. Windows color (decimal): -3257586 or 936910. OLE color: 936910.

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

Color convert

RGB 206 75 14 -
CMYK 0 0.64 0.93 0.19
HSL 19.06º 0.87% 0.43% -
HSV(B) 19.06º 0.93% 0.81% -
XYZ 28.05 18.19 2.45 -
YUV 107.22 75.4 198.46 -
System Red Green Blue C M Y K H S L
Decimal 206 75 14 0 0.64 0.93 0.19 19.06 0.87 0.43
Hex CE 4B E 0 40 5D 13 13 57 2B
Octal 316 113 16 0 100 135 23 23 127 53
Binary 11001110 1001011 1110 0 1000000 1011101 10011 10011 1010111 101011

Color Harmonies of #CE4B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4B0E

Black with #CE4B0E

Text Example


Text Example

White with #CE4B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4B0E; }

 p { color: rgb(206,75,14); }

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

background-color css

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

 a { background-color: rgb(206,75,14); }

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

border-color css

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

 span { border-color: rgb(206,75,14); }

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