#CEBD68

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

Shades of Tacha #CEBD68

Tints of Tacha #CEBD68

Color information

#CEBD68 (or 0xCEBD68) is unknown color: approx Tacha. HEX triplet: CE, BD and 68. RGB value is (206,189,104). Sum of RGB (Red+Green+Blue) = 206+189+104=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 104 (41.02% from 255 or 20.84% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBD68 is #314297. Grayscale: #B8B8B8. Windows color (decimal): -3228312 or 6864334. OLE color: 6864334.

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

Color convert

RGB206189104-
CMYK00.080.500.19
HSL50º51%60.78%-
HSV(B)50º49.51%80.78%-
XYZ46.1550.5220.42-
YUV184.3982.63143.41-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.28%
GREEN value IS 189 (74.22% from 255) = 37.88%
BLUE value IS 104 (41.02% from 255) = 20.84%
R=41.28%
G=37.88%
B=20.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618910400.080.500.19505160.78
HexCEBD6808321332333d
Octal3162751500106223626375
Binary110011101011110111010000100011001010011110010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBD68; }

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

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

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

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

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

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

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

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