Html Css Color HEX #CE4C14 Tenne (Tawny)

📋 copy color: '#CE4C14'

red 206 ◦ green 76 ◦ blue 20

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

Shades of Tenne (Tawny) #CE4C14

Tints of Tenne (Tawny) #CE4C14

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.17%

 BLUE value IS 20 (8.2% from 255) = 6.62%

R = 68.21%
G = 25.17%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE4C14 (or 0xCE4C14) is known color: Tenne (Tawny). HEX triplet: CE, 4C and 14. RGB value is (206,76,20). Sum of RGB (Red+Green+Blue) = 206+76+20=302 (40% of max value = 765). Red value is 206 (80.86% from 255 or 68.21% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4C14 is #31B3EB. Grayscale: #6C6C6C. Windows color (decimal): -3257324 or 1330382. OLE color: 1330382.

HSL color Cylindrical-coordinate representation of color #CE4C14: hue angle of 18.06º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE4C14 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 76 20 -
CMYK 0 0.63 0.90 0.19
HSL 18.06º 0.82% 0.44% -
HSV(B) 18.06º 0.9% 0.81% -
XYZ 28.16 18.34 2.72 -
YUV 108.49 78.07 197.55 -
System Red Green Blue C M Y K H S L
Decimal 206 76 20 0 0.63 0.90 0.19 18.06 0.82 0.44
Hex CE 4C 14 0 3F 5A 13 12 52 2C
Octal 316 114 24 0 77 132 23 22 122 54
Binary 11001110 1001100 10100 0 111111 1011010 10011 10010 1010010 101100

Color Harmonies of #CE4C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4C14

Black with #CE4C14

Text Example


Text Example

White with #CE4C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4C14; }

 p { color: rgb(206,76,20); }

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

background-color css

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

 a { background-color: rgb(206,76,20); }

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

border-color css

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

 span { border-color: rgb(206,76,20); }

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