#CEBE6E

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

Shades of Tacha #CEBE6E

Tints of Tacha #CEBE6E

Color information

#CEBE6E (or 0xCEBE6E) is unknown color: approx Tacha. HEX triplet: CE, BE and 6E. RGB value is (206,190,110). Sum of RGB (Red+Green+Blue) = 206+190+110=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 110 (43.36% from 255 or 21.74% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBE6E is #314191. Grayscale: #B9B9B9. Windows color (decimal): -3228050 or 7257806. OLE color: 7257806.

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

Color convert

RGB206190110-
CMYK00.080.470.19
HSL50º49.48%61.96%-
HSV(B)50º46.6%80.78%-
XYZ46.6851.0722.15-
YUV185.6685.3142.5-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.71%
GREEN value IS 190 (74.61% from 255) = 37.55%
BLUE value IS 110 (43.36% from 255) = 21.74%
R=40.71%
G=37.55%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619011000.080.470.195049.4861.96
HexCEBE6E082F1332313e
Octal3162761560105723626176
Binary110011101011111011011100100010111110011110010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBE6E; }

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

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

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

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

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

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

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

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