#CEB960

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

Shades of Tacha #CEB960

Tints of Tacha #CEB960

Color information

#CEB960 (or 0xCEB960) is unknown color: approx Tacha. HEX triplet: CE, B9 and 60. RGB value is (206,185,96). Sum of RGB (Red+Green+Blue) = 206+185+96=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 96 (37.89% from 255 or 19.71% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB960 is #31469F. Grayscale: #B5B5B5. Windows color (decimal): -3229344 or 6339022. OLE color: 6339022.

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

Color convert

RGB20618596-
CMYK00.100.530.19
HSL48.55º52.88%59.22%-
HSV(B)48.55º53.4%80.78%-
XYZ44.9148.6618.09-
YUV181.1379.96145.74-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.30%
GREEN value IS 185 (72.66% from 255) = 37.99%
BLUE value IS 96 (37.89% from 255) = 19.71%
R=42.30%
G=37.99%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061859600.100.530.1948.5552.8859.22
HexCEB9600A351331353b
Octal3162711400126523616573
Binary110011101011100111000000101011010110011110001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB960; }

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

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

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

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

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

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

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

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