#CEB955

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

Shades of Tacha #CEB955

Tints of Tacha #CEB955

Color information

#CEB955 (or 0xCEB955) is unknown color: approx Tacha. HEX triplet: CE, B9 and 55. RGB value is (206,185,85). Sum of RGB (Red+Green+Blue) = 206+185+85=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 185 (72.66% from 255 or 38.87% from 476); Blue value is 85 (33.59% from 255 or 17.86% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB955 is #3146AA. Grayscale: #B4B4B4. Windows color (decimal): -3229355 or 5618126. OLE color: 5618126.

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

Color convert

RGB20618585-
CMYK00.100.590.19
HSL49.59º55.25%57.06%-
HSV(B)49.59º58.74%80.78%-
XYZ44.4448.4815.61-
YUV179.8874.46146.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.28%
GREEN value IS 185 (72.66% from 255) = 38.87%
BLUE value IS 85 (33.59% from 255) = 17.86%
R=43.28%
G=38.87%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061858500.100.590.1949.5955.2557.06
HexCEB9550A3B13323739
Octal3162711250127323626771
Binary110011101011100110101010101011101110011110010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB955; }

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

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

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

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

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

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

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

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