Html Css Color HEX #CE5D0B Tenne (Tawny)

📋 copy color: '#CE5D0B'

red 206 ◦ green 93 ◦ blue 11

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

Shades of Tenne (Tawny) #CE5D0B

Tints of Tenne (Tawny) #CE5D0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.55%

R = 66.45%
G = 30%
B = 3.55%

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

#CE5D0B (or 0xCE5D0B) is known color: Tenne (Tawny). HEX triplet: CE, 5D and 0B. RGB value is (206,93,11). Sum of RGB (Red+Green+Blue) = 206+93+11=310 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.45% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 11 (4.69% from 255 or 3.55% from 310); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5D0B is #31A2F4. Grayscale: #757575. Windows color (decimal): -3252981 or 744910. OLE color: 744910.

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

Color convert

RGB 206 93 11 -
CMYK 0 0.55 0.95 0.19
HSL 25.23º 0.9% 0.43% -
HSV(B) 25.23º 0.95% 0.81% -
XYZ 29.43 20.97 2.81 -
YUV 117.44 67.94 191.17 -
System Red Green Blue C M Y K H S L
Decimal 206 93 11 0 0.55 0.95 0.19 25.23 0.9 0.43
Hex CE 5D B 0 37 5F 13 19 5A 2B
Octal 316 135 13 0 67 137 23 31 132 53
Binary 11001110 1011101 1011 0 110111 1011111 10011 11001 1011010 101011

Color Harmonies of #CE5D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5D0B

Black with #CE5D0B

Text Example


Text Example

White with #CE5D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5D0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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