#CEBD69

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

Shades of Tacha #CEBD69

Tints of Tacha #CEBD69

Color information

#CEBD69 (or 0xCEBD69) is unknown color: approx Tacha. HEX triplet: CE, BD and 69. RGB value is (206,189,105). Sum of RGB (Red+Green+Blue) = 206+189+105=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 105 (41.41% from 255 or 21% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBD69 is #314296. Grayscale: #B8B8B8. Windows color (decimal): -3228311 or 6929870. OLE color: 6929870.

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

Color convert

RGB206189105-
CMYK00.080.490.19
HSL49.9º50.75%60.98%-
HSV(B)49.9º49.03%80.78%-
XYZ46.250.5420.68-
YUV184.5183.13143.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.2%
GREEN value IS 189 (74.22% from 255) = 37.8%
BLUE value IS 105 (41.41% from 255) = 21%
R=41.2%
G=37.8%
B=21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618910500.080.490.1949.950.7560.98
HexCEBD6908311332333d
Octal3162751510106123626375
Binary110011101011110111010010100011000110011110010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBD69; }

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

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

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

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

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

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

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

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