Html Css Color HEX #CE5A0D Tenne (Tawny)

📋 copy color: '#CE5A0D'

red 206 ◦ green 90 ◦ blue 13

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

Shades of Tenne (Tawny) #CE5A0D

Tints of Tenne (Tawny) #CE5A0D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.13%

 BLUE value IS 13 (5.47% from 255) = 4.21%

R = 66.67%
G = 29.13%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE5A0D (or 0xCE5A0D) is known color: Tenne (Tawny). HEX triplet: CE, 5A and 0D. RGB value is (206,90,13). Sum of RGB (Red+Green+Blue) = 206+90+13=309 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.67% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 13 (5.47% from 255 or 4.21% from 309); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5A0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5A0D is #31A5F2. Grayscale: #747474. Windows color (decimal): -3253747 or 875214. OLE color: 875214.

HSL color Cylindrical-coordinate representation of color #CE5A0D: hue angle of 23.94º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE5A0D is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 90 13 -
CMYK 0 0.56 0.94 0.19
HSL 23.94º 0.88% 0.43% -
HSV(B) 23.94º 0.94% 0.81% -
XYZ 29.18 20.46 2.79 -
YUV 115.91 69.93 192.26 -
System Red Green Blue C M Y K H S L
Decimal 206 90 13 0 0.56 0.94 0.19 23.94 0.88 0.43
Hex CE 5A D 0 38 5E 13 18 58 2B
Octal 316 132 15 0 70 136 23 30 130 53
Binary 11001110 1011010 1101 0 111000 1011110 10011 11000 1011000 101011

Color Harmonies of #CE5A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5A0D

Black with #CE5A0D

Text Example


Text Example

White with #CE5A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5A0D; }

 p { color: rgb(206,90,13); }

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

background-color css

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

 a { background-color: rgb(206,90,13); }

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

border-color css

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

 span { border-color: rgb(206,90,13); }

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