#CEBC70

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

Shades of Tacha #CEBC70

Tints of Tacha #CEBC70

Color information

#CEBC70 (or 0xCEBC70) is unknown color: approx Tacha. HEX triplet: CE, BC and 70. RGB value is (206,188,112). Sum of RGB (Red+Green+Blue) = 206+188+112=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 112 (44.14% from 255 or 22.13% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBC70 is #31438F. Grayscale: #B9B9B9. Windows color (decimal): -3228560 or 7388366. OLE color: 7388366.

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

Color convert

RGB206188112-
CMYK00.090.460.19
HSL48.51º48.96%62.35%-
HSV(B)48.51º45.63%80.78%-
XYZ46.3650.2622.59-
YUV184.7286.96143.18-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.71%
GREEN value IS 188 (73.83% from 255) = 37.15%
BLUE value IS 112 (44.14% from 255) = 22.13%
R=40.71%
G=37.15%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618811200.090.460.1948.5148.9662.35
HexCEBC70092E1331313e
Octal3162741600115623616176
Binary110011101011110011100000100110111010011110001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBC70; }

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

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

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

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

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

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

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

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