Html Css Color HEX #CE4C12 Tenne (Tawny)

📋 copy color: '#CE4C12'

red 206 ◦ green 76 ◦ blue 18

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

Shades of Tenne (Tawny) #CE4C12

Tints of Tenne (Tawny) #CE4C12

RGB

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

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

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

R = 68.67%
G = 25.33%
B = 6%

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

#CE4C12 (or 0xCE4C12) is known color: Tenne (Tawny). HEX triplet: CE, 4C and 12. RGB value is (206,76,18). Sum of RGB (Red+Green+Blue) = 206+76+18=300 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.67% from 300); Green value is 76 (30.08% from 255 or 25.33% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4C12 is #31B3ED. Grayscale: #6C6C6C. Windows color (decimal): -3257326 or 1199310. OLE color: 1199310.

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

Color convert

RGB 206 76 18 -
CMYK 0 0.63 0.91 0.19
HSL 18.51º 0.84% 0.44% -
HSV(B) 18.51º 0.91% 0.81% -
XYZ 28.15 18.33 2.63 -
YUV 108.26 77.07 197.72 -
System Red Green Blue C M Y K H S L
Decimal 206 76 18 0 0.63 0.91 0.19 18.51 0.84 0.44
Hex CE 4C 12 0 3F 5B 13 13 54 2C
Octal 316 114 22 0 77 133 23 23 124 54
Binary 11001110 1001100 10010 0 111111 1011011 10011 10011 1010100 101100

Color Harmonies of #CE4C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4C12

Black with #CE4C12

Text Example


Text Example

White with #CE4C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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