Html Css Color HEX #CE5D0A Tenne (Tawny)

📋 copy color: '#CE5D0A'

red 206 ◦ green 93 ◦ blue 10

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

Shades of Tenne (Tawny) #CE5D0A

Tints of Tenne (Tawny) #CE5D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.24%

R = 66.67%
G = 30.1%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CE5D0A (or 0xCE5D0A) is known color: Tenne (Tawny). HEX triplet: CE, 5D and 0A. RGB value is (206,93,10). Sum of RGB (Red+Green+Blue) = 206+93+10=309 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.67% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 10 (4.30% from 255 or 3.24% from 309); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5D0A is #31A2F5. Grayscale: #757575. Windows color (decimal): -3252982 or 679374. OLE color: 679374.

HSL color Cylindrical-coordinate representation of color #CE5D0A: hue angle of 25.41º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE5D0A is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 93 10 -
CMYK 0 0.55 0.95 0.19
HSL 25.41º 0.91% 0.42% -
HSV(B) 25.41º 0.95% 0.81% -
XYZ 29.42 20.97 2.78 -
YUV 117.33 67.44 191.25 -
System Red Green Blue C M Y K H S L
Decimal 206 93 10 0 0.55 0.95 0.19 25.41 0.91 0.42
Hex CE 5D A 0 37 5F 13 19 5B 2A
Octal 316 135 12 0 67 137 23 31 133 52
Binary 11001110 1011101 1010 0 110111 1011111 10011 11001 1011011 101010

Color Harmonies of #CE5D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5D0A

Black with #CE5D0A

Text Example


Text Example

White with #CE5D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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