Html Css Color HEX #CE5B10 Tenne (Tawny)

📋 copy color: '#CE5B10'

red 206 ◦ green 91 ◦ blue 16

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

Shades of Tenne (Tawny) #CE5B10

Tints of Tenne (Tawny) #CE5B10

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.07%

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

R = 65.81%
G = 29.07%
B = 5.11%

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

#CE5B10 (or 0xCE5B10) is known color: Tenne (Tawny). HEX triplet: CE, 5B and 10. RGB value is (206,91,16). Sum of RGB (Red+Green+Blue) = 206+91+16=313 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.81% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 16 (6.64% from 255 or 5.11% from 313); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5B10 is #31A4EF. Grayscale: #757575. Windows color (decimal): -3253488 or 1072078. OLE color: 1072078.

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

Color convert

RGB 206 91 16 -
CMYK 0 0.56 0.92 0.19
HSL 23.68º 0.86% 0.44% -
HSV(B) 23.68º 0.92% 0.81% -
XYZ 29.29 20.64 2.93 -
YUV 116.84 71.1 191.6 -
System Red Green Blue C M Y K H S L
Decimal 206 91 16 0 0.56 0.92 0.19 23.68 0.86 0.44
Hex CE 5B 10 0 38 5C 13 18 56 2C
Octal 316 133 20 0 70 134 23 30 126 54
Binary 11001110 1011011 10000 0 111000 1011100 10011 11000 1010110 101100

Color Harmonies of #CE5B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5B10

Black with #CE5B10

Text Example


Text Example

White with #CE5B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5B10; }

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

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

background-color css

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

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

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

border-color css

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

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

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