Html Css Color HEX #CE5B0A Tenne (Tawny)

📋 copy color: '#CE5B0A'

red 206 ◦ green 91 ◦ blue 10

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

Shades of Tenne (Tawny) #CE5B0A

Tints of Tenne (Tawny) #CE5B0A

RGB

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

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

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

R = 67.1%
G = 29.64%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CE5B0A (or 0xCE5B0A) is known color: Tenne (Tawny). HEX triplet: CE, 5B and 0A. RGB value is (206,91,10). Sum of RGB (Red+Green+Blue) = 206+91+10=307 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.10% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 10 (4.30% from 255 or 3.26% from 307); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5B0A is #31A4F5. Grayscale: #747474. Windows color (decimal): -3253494 or 678862. OLE color: 678862.

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

Color convert

RGB 206 91 10 -
CMYK 0 0.56 0.95 0.19
HSL 24.8º 0.91% 0.42% -
HSV(B) 24.8º 0.95% 0.81% -
XYZ 29.25 20.63 2.73 -
YUV 116.15 68.1 192.09 -
System Red Green Blue C M Y K H S L
Decimal 206 91 10 0 0.56 0.95 0.19 24.8 0.91 0.42
Hex CE 5B A 0 38 5F 13 19 5B 2A
Octal 316 133 12 0 70 137 23 31 133 52
Binary 11001110 1011011 1010 0 111000 1011111 10011 11001 1011011 101010

Color Harmonies of #CE5B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5B0A

Black with #CE5B0A

Text Example


Text Example

White with #CE5B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5B0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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