Html Css Color HEX #CE5310 Tenne (Tawny)

📋 copy color: '#CE5310'

red 206 ◦ green 83 ◦ blue 16

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

Shades of Tenne (Tawny) #CE5310

Tints of Tenne (Tawny) #CE5310

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.21%

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

R = 67.54%
G = 27.21%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CE5310 (or 0xCE5310) is known color: Tenne (Tawny). HEX triplet: CE, 53 and 10. RGB value is (206,83,16). Sum of RGB (Red+Green+Blue) = 206+83+16=305 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.54% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5310 is #31ACEF. Grayscale: #707070. Windows color (decimal): -3255536 or 1070030. OLE color: 1070030.

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

Color convert

RGB 206 83 16 -
CMYK 0 0.60 0.92 0.19
HSL 21.16º 0.86% 0.44% -
HSV(B) 21.16º 0.92% 0.81% -
XYZ 28.64 19.35 2.71 -
YUV 112.14 73.75 194.95 -
System Red Green Blue C M Y K H S L
Decimal 206 83 16 0 0.60 0.92 0.19 21.16 0.86 0.44
Hex CE 53 10 0 3C 5C 13 15 56 2C
Octal 316 123 20 0 74 134 23 25 126 54
Binary 11001110 1010011 10000 0 111100 1011100 10011 10101 1010110 101100

Color Harmonies of #CE5310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5310

Black with #CE5310

Text Example


Text Example

White with #CE5310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5310; }

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

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

background-color css

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

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

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

border-color css

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

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

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