Html Css Color HEX #CE4D12 Tenne (Tawny)

📋 copy color: '#CE4D12'

red 206 ◦ green 77 ◦ blue 18

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

Shades of Tenne (Tawny) #CE4D12

Tints of Tenne (Tawny) #CE4D12

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.58%

 BLUE value IS 18 (7.42% from 255) = 5.98%

R = 68.44%
G = 25.58%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE4D12 (or 0xCE4D12) is known color: Tenne (Tawny). HEX triplet: CE, 4D and 12. RGB value is (206,77,18). Sum of RGB (Red+Green+Blue) = 206+77+18=301 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.44% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE4D12 is #31B2ED. Grayscale: #6D6D6D. Windows color (decimal): -3257070 or 1199566. OLE color: 1199566.

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

Color convert

RGB 206 77 18 -
CMYK 0 0.63 0.91 0.19
HSL 18.83º 0.84% 0.44% -
HSV(B) 18.83º 0.91% 0.81% -
XYZ 28.22 18.47 2.65 -
YUV 108.85 76.74 197.3 -
System Red Green Blue C M Y K H S L
Decimal 206 77 18 0 0.63 0.91 0.19 18.83 0.84 0.44
Hex CE 4D 12 0 3F 5B 13 13 54 2C
Octal 316 115 22 0 77 133 23 23 124 54
Binary 11001110 1001101 10010 0 111111 1011011 10011 10011 1010100 101100

Color Harmonies of #CE4D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4D12

Black with #CE4D12

Text Example


Text Example

White with #CE4D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4D12; }

 p { color: rgb(206,77,18); }

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

background-color css

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

 a { background-color: rgb(206,77,18); }

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

border-color css

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

 span { border-color: rgb(206,77,18); }

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