#CEBE6A

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

Shades of Tacha #CEBE6A

Tints of Tacha #CEBE6A

Color information

#CEBE6A (or 0xCEBE6A) is unknown color: approx Tacha. HEX triplet: CE, BE and 6A. RGB value is (206,190,106). Sum of RGB (Red+Green+Blue) = 206+190+106=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 106 (41.80% from 255 or 21.12% from 502); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBE6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBE6A is #314195. Grayscale: #B9B9B9. Windows color (decimal): -3228054 or 6995662. OLE color: 6995662.

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

Color convert

RGB206190106-
CMYK00.080.490.19
HSL50.4º50.51%61.18%-
HSV(B)50.4º48.54%80.78%-
XYZ46.4750.9921.03-
YUV185.2183.3142.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.04%
GREEN value IS 190 (74.61% from 255) = 37.85%
BLUE value IS 106 (41.80% from 255) = 21.12%
R=41.04%
G=37.85%
B=21.12%

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
Decimal20619010600.080.490.1950.450.5161.18
HexCEBE6A08311332333d
Octal3162761520106123626375
Binary110011101011111011010100100011000110011110010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBE6A; }

 p { color: rgb(206,190,106); }

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

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

 a { background-color: rgb(206,190,106); }

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

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

 span { border-color: rgb(206,190,106); }

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