#CEB569

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

Shades of Tacha #CEB569

Tints of Tacha #CEB569

Color information

#CEB569 (or 0xCEB569) is unknown color: approx Tacha. HEX triplet: CE, B5 and 69. RGB value is (206,181,105). Sum of RGB (Red+Green+Blue) = 206+181+105=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 181 (71.09% from 255 or 36.79% from 492); Blue value is 105 (41.41% from 255 or 21.34% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB569 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB569 is #314A96. Grayscale: #B4B4B4. Windows color (decimal): -3230359 or 6927822. OLE color: 6927822.

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

Color convert

RGB206181105-
CMYK00.120.490.19
HSL45.15º50.75%60.98%-
HSV(B)45.15º49.03%80.78%-
XYZ44.5347.1920.13-
YUV179.8185.78146.68-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.87%
GREEN value IS 181 (71.09% from 255) = 36.79%
BLUE value IS 105 (41.41% from 255) = 21.34%
R=41.87%
G=36.79%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618110500.120.490.1945.1550.7560.98
HexCEB5690C31132d333d
Octal3162651510146123556375
Binary110011101011010111010010110011000110011101101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB569; }

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

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

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

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

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

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

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

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