#CEB562

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

Shades of Tacha #CEB562

Tints of Tacha #CEB562

Color information

#CEB562 (or 0xCEB562) is unknown color: approx Tacha. HEX triplet: CE, B5 and 62. RGB value is (206,181,98). Sum of RGB (Red+Green+Blue) = 206+181+98=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 98 (38.67% from 255 or 20.21% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB562 is #314A9D. Grayscale: #B3B3B3. Windows color (decimal): -3230366 or 6469070. OLE color: 6469070.

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

Color convert

RGB20618198-
CMYK00.120.520.19
HSL46.11º52.43%59.61%-
HSV(B)46.11º52.43%80.78%-
XYZ44.1847.0518.31-
YUV179.0182.28147.25-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.47%
GREEN value IS 181 (71.09% from 255) = 37.32%
BLUE value IS 98 (38.67% from 255) = 20.21%
R=42.47%
G=37.32%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061819800.120.520.1946.1152.4359.61
HexCEB5620C34132e343c
Octal3162651420146423566474
Binary110011101011010111000100110011010010011101110110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB562; }

 p { color: rgb(206,181,98); }

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

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

 a { background-color: rgb(206,181,98); }

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

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

 span { border-color: rgb(206,181,98); }

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