Html Css Color HEX #CE5E0C Tenne (Tawny)

📋 copy color: '#CE5E0C'

red 206 ◦ green 94 ◦ blue 12

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

Shades of Tenne (Tawny) #CE5E0C

Tints of Tenne (Tawny) #CE5E0C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.13%

 BLUE value IS 12 (5.08% from 255) = 3.85%

R = 66.03%
G = 30.13%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE5E0C (or 0xCE5E0C) is known color: Tenne (Tawny). HEX triplet: CE, 5E and 0C. RGB value is (206,94,12). Sum of RGB (Red+Green+Blue) = 206+94+12=312 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.03% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5E0C is #31A1F3. Grayscale: #767676. Windows color (decimal): -3252724 or 810702. OLE color: 810702.

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

Color convert

RGB 206 94 12 -
CMYK 0 0.54 0.94 0.19
HSL 25.36º 0.89% 0.43% -
HSV(B) 25.36º 0.94% 0.81% -
XYZ 29.52 21.15 2.87 -
YUV 118.14 68.11 190.67 -
System Red Green Blue C M Y K H S L
Decimal 206 94 12 0 0.54 0.94 0.19 25.36 0.89 0.43
Hex CE 5E C 0 36 5E 13 19 59 2B
Octal 316 136 14 0 66 136 23 31 131 53
Binary 11001110 1011110 1100 0 110110 1011110 10011 11001 1011001 101011

Color Harmonies of #CE5E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5E0C

Black with #CE5E0C

Text Example


Text Example

White with #CE5E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5E0C; }

 p { color: rgb(206,94,12); }

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

background-color css

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

 a { background-color: rgb(206,94,12); }

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

border-color css

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

 span { border-color: rgb(206,94,12); }

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