Html Css Color HEX #CE550B Tenne (Tawny)

📋 copy color: '#CE550B'

red 206 ◦ green 85 ◦ blue 11

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

Shades of Tenne (Tawny) #CE550B

Tints of Tenne (Tawny) #CE550B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.15%

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

R = 68.21%
G = 28.15%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CE550B (or 0xCE550B) is known color: Tenne (Tawny). HEX triplet: CE, 55 and 0B. RGB value is (206,85,11). Sum of RGB (Red+Green+Blue) = 206+85+11=302 (40% of max value = 765). Red value is 206 (80.86% from 255 or 68.21% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 11 (4.69% from 255 or 3.64% from 302); Max value from RGB is 206 - color contains mainly: red. Hex color #CE550B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE550B is #31AAF4. Grayscale: #717171. Windows color (decimal): -3255029 or 742862. OLE color: 742862.

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

Color convert

RGB 206 85 11 -
CMYK 0 0.59 0.95 0.19
HSL 22.77º 0.9% 0.43% -
HSV(B) 22.77º 0.95% 0.81% -
XYZ 28.76 19.64 2.59 -
YUV 112.74 70.59 194.52 -
System Red Green Blue C M Y K H S L
Decimal 206 85 11 0 0.59 0.95 0.19 22.77 0.9 0.43
Hex CE 55 B 0 3B 5F 13 17 5A 2B
Octal 316 125 13 0 73 137 23 27 132 53
Binary 11001110 1010101 1011 0 111011 1011111 10011 10111 1011010 101011

Color Harmonies of #CE550B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE550B

Black with #CE550B

Text Example


Text Example

White with #CE550B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE550B; }

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

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

background-color css

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

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

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

border-color css

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

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

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