#CEB468

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

Shades of Tacha #CEB468

Tints of Tacha #CEB468

Color information

#CEB468 (or 0xCEB468) is unknown color: approx Tacha. HEX triplet: CE, B4 and 68. RGB value is (206,180,104). Sum of RGB (Red+Green+Blue) = 206+180+104=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 104 (41.02% from 255 or 21.22% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB468 is #314B97. Grayscale: #B3B3B3. Windows color (decimal): -3230616 or 6862030. OLE color: 6862030.

HSL color Cylindrical-coordinate representation of color #CEB468: hue angle of 44.71º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEB468 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB206180104-
CMYK00.130.500.19
HSL44.71º51%60.78%-
HSV(B)44.71º49.51%80.78%-
XYZ44.2746.7619.79-
YUV179.1185.61147.18-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.04%
GREEN value IS 180 (70.70% from 255) = 36.73%
BLUE value IS 104 (41.02% from 255) = 21.22%
R=42.04%
G=36.73%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618010400.130.500.1944.715160.78
HexCEB4680D32132d333d
Octal3162641500156223556375
Binary110011101011010011010000110111001010011101101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB468; }

 p { color: rgb(206,180,104); }

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

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

 a { background-color: rgb(206,180,104); }

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

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

 span { border-color: rgb(206,180,104); }

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