Html Css Color HEX #CE5D10 Tenne (Tawny)

📋 copy color: '#CE5D10'

red 206 ◦ green 93 ◦ blue 16

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

Shades of Tenne (Tawny) #CE5D10

Tints of Tenne (Tawny) #CE5D10

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.52%

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

R = 65.4%
G = 29.52%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CE5D10 (or 0xCE5D10) is known color: Tenne (Tawny). HEX triplet: CE, 5D and 10. RGB value is (206,93,16). Sum of RGB (Red+Green+Blue) = 206+93+16=315 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.40% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5D10 is #31A2EF. Grayscale: #767676. Windows color (decimal): -3252976 or 1072590. OLE color: 1072590.

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

Color convert

RGB 206 93 16 -
CMYK 0 0.55 0.92 0.19
HSL 24.32º 0.86% 0.44% -
HSV(B) 24.32º 0.92% 0.81% -
XYZ 29.46 20.99 2.99 -
YUV 118.01 70.44 190.76 -
System Red Green Blue C M Y K H S L
Decimal 206 93 16 0 0.55 0.92 0.19 24.32 0.86 0.44
Hex CE 5D 10 0 37 5C 13 18 56 2C
Octal 316 135 20 0 67 134 23 30 126 54
Binary 11001110 1011101 10000 0 110111 1011100 10011 11000 1010110 101100

Color Harmonies of #CE5D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5D10

Black with #CE5D10

Text Example


Text Example

White with #CE5D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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