#CEBC68

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

Shades of Tacha #CEBC68

Tints of Tacha #CEBC68

Color information

#CEBC68 (or 0xCEBC68) is unknown color: approx Tacha. HEX triplet: CE, BC and 68. RGB value is (206,188,104). Sum of RGB (Red+Green+Blue) = 206+188+104=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 104 (41.02% from 255 or 20.88% from 498); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBC68 is #314397. Grayscale: #B8B8B8. Windows color (decimal): -3228568 or 6864078. OLE color: 6864078.

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

Color convert

RGB206188104-
CMYK00.090.500.19
HSL49.41º51%60.78%-
HSV(B)49.41º49.51%80.78%-
XYZ45.9450.0920.34-
YUV183.8182.96143.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.37%
GREEN value IS 188 (73.83% from 255) = 37.75%
BLUE value IS 104 (41.02% from 255) = 20.88%
R=41.37%
G=37.75%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618810400.090.500.1949.415160.78
HexCEBC6809321331333d
Octal3162741500116223616375
Binary110011101011110011010000100111001010011110001110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBC68; }

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

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

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

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

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

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

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

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