Html Css Color HEX #CE5A10 Tenne (Tawny)

📋 copy color: '#CE5A10'

red 206 ◦ green 90 ◦ blue 16

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

Shades of Tenne (Tawny) #CE5A10

Tints of Tenne (Tawny) #CE5A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.13%

R = 66.03%
G = 28.85%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CE5A10 (or 0xCE5A10) is known color: Tenne (Tawny). HEX triplet: CE, 5A and 10. RGB value is (206,90,16). Sum of RGB (Red+Green+Blue) = 206+90+16=312 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.03% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 16 (6.64% from 255 or 5.13% from 312); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5A10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5A10 is #31A5EF. Grayscale: #747474. Windows color (decimal): -3253744 or 1071822. OLE color: 1071822.

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

Color convert

RGB 206 90 16 -
CMYK 0 0.56 0.92 0.19
HSL 23.37º 0.86% 0.44% -
HSV(B) 23.37º 0.92% 0.81% -
XYZ 29.2 20.47 2.9 -
YUV 116.25 71.43 192.02 -
System Red Green Blue C M Y K H S L
Decimal 206 90 16 0 0.56 0.92 0.19 23.37 0.86 0.44
Hex CE 5A 10 0 38 5C 13 17 56 2C
Octal 316 132 20 0 70 134 23 27 126 54
Binary 11001110 1011010 10000 0 111000 1011100 10011 10111 1010110 101100

Color Harmonies of #CE5A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5A10

Black with #CE5A10

Text Example


Text Example

White with #CE5A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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