#CEB261

Color #CEB261 Tacha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tacha #CEB261

Tints of Tacha #CEB261

Color information

#CEB261 (or 0xCEB261) is unknown color: approx Tacha. HEX triplet: CE, B2 and 61. RGB value is (206,178,97). Sum of RGB (Red+Green+Blue) = 206+178+97=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 178 (69.92% from 255 or 37.01% from 481); Blue value is 97 (38.28% from 255 or 20.17% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB261 is #314D9E. Grayscale: #B1B1B1. Windows color (decimal): -3231135 or 6402766. OLE color: 6402766.

HSL color Cylindrical-coordinate representation of color #CEB261: hue angle of 44.59º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CEB261 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB20617897-
CMYK00.140.530.19
HSL44.59º52.66%59.41%-
HSV(B)44.59º52.91%80.78%-
XYZ43.5345.8317.86-
YUV177.1482.78148.59-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.83%
GREEN value IS 178 (69.92% from 255) = 37.01%
BLUE value IS 97 (38.28% from 255) = 20.17%
R=42.83%
G=37.01%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061789700.140.530.1944.5952.6659.41
HexCEB2610E35132d353b
Octal3162621410166523556573
Binary110011101011001011000010111011010110011101101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB261; }

 p { color: rgb(206,178,97); }

 H1.HeaderClassName
 {
   color: #CEB261;
 }
 .AnyTagClassName
 {
   color: #CEB261;
 }
</style>
background-color css

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

 a { background-color: rgb(206,178,97); }

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

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

 span { border-color: rgb(206,178,97); }

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