Html Css Color HEX #CE5A12 Tenne (Tawny)

📋 copy color: '#CE5A12'

red 206 ◦ green 90 ◦ blue 18

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

Shades of Tenne (Tawny) #CE5A12

Tints of Tenne (Tawny) #CE5A12

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.66%

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

R = 65.61%
G = 28.66%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE5A12 (or 0xCE5A12) is known color: Tenne (Tawny). HEX triplet: CE, 5A and 12. RGB value is (206,90,18). Sum of RGB (Red+Green+Blue) = 206+90+18=314 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.61% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5A12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5A12 is #31A5ED. Grayscale: #747474. Windows color (decimal): -3253742 or 1202894. OLE color: 1202894.

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

Color convert

RGB 206 90 18 -
CMYK 0 0.56 0.91 0.19
HSL 22.98º 0.84% 0.44% -
HSV(B) 22.98º 0.91% 0.81% -
XYZ 29.22 20.48 2.98 -
YUV 116.48 72.43 191.85 -
System Red Green Blue C M Y K H S L
Decimal 206 90 18 0 0.56 0.91 0.19 22.98 0.84 0.44
Hex CE 5A 12 0 38 5B 13 17 54 2C
Octal 316 132 22 0 70 133 23 27 124 54
Binary 11001110 1011010 10010 0 111000 1011011 10011 10111 1010100 101100

Color Harmonies of #CE5A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5A12

Black with #CE5A12

Text Example


Text Example

White with #CE5A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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